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

# Virtual environment
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Runtime data
*.db
*.db-wal
*.db-shm
/var/

# Config backups
config/*.bak.*

# HLS segments (generated at runtime)
*.ts
*.m3u8

# Secrets (never commit)
*.key
*.pem
secrets/

# Worktrees
.worktrees/

# Superpowers brainstorm
.superpowers/

# OS
.DS_Store
Thumbs.db

# WireGuard keys (generated per-host)
remote/wireguard/*.key
