chore: move git repository to project root

This commit is contained in:
Codex
2026-06-16 01:46:06 +08:00
parent f9a35cbaa9
commit 0efb2acf89
+22
View File
@@ -0,0 +1,22 @@
# Top-level runtime data and backups
data/
archives/
# Local env files
.env
.env.*
!.env.example
app/.env
app/.env.*
!app/.env.example
# Python caches and local tooling
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
*.log
.DS_Store