feat: Project Scaffold and Docker Packaging

This commit is contained in:
OpenVelo Agent
2026-08-04 17:40:20 +00:00
parent a6f236918e
commit 6e3f9249a8
27 changed files with 1093 additions and 1 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