Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0efb2acf89 | |||
| f9a35cbaa9 | |||
| 1682827150 | |||
| ea203c4195 | |||
| 0f854cc185 | |||
| 771220c9d6 | |||
| b3f857d8c0 | |||
| 158a476124 | |||
| c9d4ff88df | |||
| bf38afeb1f | |||
| c6edbcfa80 | |||
| b9468c7485 | |||
| e15c931e91 | |||
| f8af553dd3 | |||
| 21141786ff | |||
| 3d5db45131 | |||
| 5af80a456b | |||
| e83e742ff9 | |||
| 2f4a572d5f | |||
| d0f66c5e50 | |||
| af6cec50cf | |||
| a18ef4fc42 |
+12
-4
@@ -1,14 +1,22 @@
|
||||
# Top-level runtime data and backups
|
||||
data/
|
||||
archives/
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.log
|
||||
__pycache__/
|
||||
app/.env
|
||||
app/.env.*
|
||||
!app/.env.example
|
||||
|
||||
# Python caches and local tooling
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
venv/
|
||||
data/
|
||||
backups/
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.log
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
venv/
|
||||
data/
|
||||
backups/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user