__pycache__/
*.py[cod]
.venv/
.env
.DS_Store
backend/.pytest_cache/
backend/data/
frontend/node_modules/
# note: frontend/dist/ is intentionally TRACKED (prebuilt static bundle used by
# the Docker image — see Dockerfile). Rebuild with `cd frontend && npm run build`.
reports/
