backend overhaul

This commit is contained in:
SowinskiBraeden committed 2026-06-22 14:17:10 -07:00
1 parent 70e62342ee
commit 3ad833b4e7
18 files changed
+1824 -1747

No files matched your search

+19 -4
View File
@@ -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