Initial import

This commit is contained in:
2026-03-05 14:27:30 +00:00
commit bcbf9155d7
26 changed files with 841 additions and 0 deletions

18
backend/.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
__pycache__/
*.py[cod]
.venv/
venv/
venv/**
# local venv inside repo
venv/
../venv/
venv/
# project junk
.git/
.gitignore
.env
.env.*
data/
*.log