# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.hypothesis/
.pytest_cache/

# Secrets & local data (NEVER commit)
.env
.env.*
!.env.example
server/data/*.db
server/data/*.db-*
*.key
*.pem

# Node / web
node_modules/
.next/
out/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
