Ignore build artifacts

This commit is contained in:
2026-01-22 22:50:27 +13:00
parent fe43a81175
commit e0e9a3b087
13 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@
.venv/ .venv/
data/ data/
backend/__pycache__/ backend/__pycache__/
**/__pycache__/
*.pyc
backend/.pytest_cache/ backend/.pytest_cache/
frontend/node_modules/ frontend/node_modules/
frontend/.next/ frontend/.next/