# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
.env
# §3.30: any *.env file (e.g. tools/wrapper-tester/testtool.env) holds real
# provider/project keys -- `.env` alone doesn't catch a differently-named
# one. Doesn't match `*.env.example` (ends in `.example`, not `.env`).
*.env
.pytest_cache/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Local SQLite (dev only)
*.db

# Build output
frontend/assets/css/*.min.css
dist/
build/

# Reference-only code from another project (billing patterns, not part of this repo)
otherapp_backend/
