# Secrets and local state
.env
.env.*
!.env.example
backend/data/
backend/.venv/

# Build and tooling
**/node_modules/
frontend/dist/
__pycache__/
*.py[cod]
.pytest_cache/
**/*.log
.DS_Store
.tmp/
.git/
.gitignore
