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

# Environment
.env
.env.local
.env.*.local

# Node
node_modules/
.next/
*.tsbuildinfo

# Testing & Coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage/
htmlcov/
.coverage

# Database
*.db
*.sqlite3

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Docker volumes
pg-data/
ch-data/

# Secrets (never commit)
*.pem
*.key
credentials.json
