backend overhaul
This commit is contained in:
1 parent
70e62342ee
commit
3ad833b4e7
18 files changed
+1824
-1747
No files matched your search
+19
-4
@@ -1,5 +1,20 @@
|
||||
# secrets
|
||||
.env
|
||||
/__pycache__/*
|
||||
/.venv/*
|
||||
/data/*
|
||||
test/*
|
||||
|
||||
# Python cache — matches any depth, no need to list per-directory
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# test artifacts
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# virtualenv
|
||||
.venv/
|
||||
|
||||
# data + exports
|
||||
data/
|
||||
*.csv
|
||||
Reference in new issue
Block a user