AI Implementation feature(1082): Project Scaffold and Docker Packaging (#1)

This commit was merged in pull request #1.
This commit is contained in:
2026-08-04 17:40:24 +00:00
parent d0eed251af
commit 33c6c76ce9
27 changed files with 1098 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
.env
.env.example
data/
.git/
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.coverage
tests/
.kilo/
kilo.json
setup.sh
README.md
.dockerignore
.gitignore
.idea/
.vscode/
*.log