# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Environment / secrets
.env
.env.*
!.env.example
!frontend/.env.local.example
*.local

# Python
__pycache__/
*.py[cod]
*.pyd
*.pyo
.python-version
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.hypothesis/
.tox/
.nox/

# Python packaging / build
build/
dist/
site/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Logs / runtime artifacts
*.log
logs/*
!logs/.gitkeep
tmp/
temp/
*.pid
*.pid.lock

# Database / local storage
*.db
*.sqlite
*.sqlite3
data/
storage/

# Node / frontend
node_modules/
.next/
out/
coverage/
*.tsbuildinfo

# Deployment / containers
.docker/

# Misc caches
.cache/

# Local Claude runtime state
.claude/
.claude-sdk-home/
