# Secrets / env
.env
.env.*
!.env.example
secrets
secrets.*
*.pem

# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Node
node_modules/
.next/
.expo/

# TypeScript (auto-generated; regenerated by next dev/build)
next-env.d.ts
*.tsbuildinfo

# OS / editor
.DS_Store
Thumbs.db
