Initial Commit

This commit is contained in:
2026-02-12 16:50:29 -05:00
commit a1da041f14
74 changed files with 6140 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.venv/
__pycache__/
*.pyc
.env
.git/
.opencode/
openspec/
data/
*.db
*.db-journal
*.db-wal
.ruff_cache/
.pytest_cache/
node_modules/