# Environments / secrets
.env
.env.*
!.env.example

# Python
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
.next/
out/
dist/
build/
.turbo/

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

# GeoIP database (MaxMind license forbids redistribution — refresh_geoip_db.py)
apps/api/data/

# Local OpenAPI schema snapshot (regenerate via app.openapi(), used only for SDK codegen)
apps/api/openapi.json

# Logs
*.log
bash.exe.stackdump
