初始化新时空数据应用

This commit is contained in:
Codex
2026-06-12 02:11:47 +08:00
commit aab9da4f31
18 changed files with 3492 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
.env
.env.*
!.env.example
*.log
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
data/
.DS_Store