chore: move git repository to project root
This commit is contained in:
+22
@@ -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
|
||||||
Reference in New Issue
Block a user