Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33e0c71970 | |||
| 2785f3eb41 | |||
| a7fbe91266 | |||
| 854e4942ba | |||
| cc46f651dc | |||
| 6cd1288b18 | |||
| e2705c269c | |||
| d394649c9c | |||
| fccc3585b4 | |||
| 41452bcd73 | |||
| 5112f7ab4e | |||
| df076f6951 | |||
| 8832a52310 | |||
| a39f01b1e3 | |||
| b2913dbd8a | |||
| 6417d2baa9 | |||
| 2591549734 | |||
| 5f90abf6a8 | |||
| ad77a19fbd | |||
| 839149c258 | |||
| aab9da4f31 |
+4
-12
@@ -1,22 +1,14 @@
|
|||||||
# Top-level runtime data and backups
|
|
||||||
data/
|
|
||||||
archives/
|
|
||||||
|
|
||||||
# Local env files
|
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
app/.env
|
*.log
|
||||||
app/.env.*
|
__pycache__/
|
||||||
!app/.env.example
|
|
||||||
|
|
||||||
# Python caches and local tooling
|
|
||||||
**/__pycache__/
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
.venv/
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
*.log
|
data/
|
||||||
|
backups/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
.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