chore: establish stable application baseline

This commit is contained in:
leefer
2026-07-22 23:16:27 +08:00
commit ca7e752def
114 changed files with 51252 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.git
.gitignore
.codex
.env
.env.*
!.env.example
__pycache__/
*.py[cod]
*.log
data/cache/
data/*.db
data/*.db-shm
data/*.db-wal
tests/
Dockerfile*
compose*.yml
compose*.yaml
DOCKER_DEPLOY.md