# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging and build output
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Test, coverage, and tooling caches
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/

# Local AI assistant metadata and generated planning documents
.agents/
.codex/
.superpowers/
docs/superpowers/

# Local configuration and secrets
.env
.env.*
!.env.example

# Logs and temporary files
*.log
*.tmp
*.temp
tmp/
temp/

# Downloaded media/output files
downloads/
output/
outputs/
*.mp3
*.m4a
*.webm
*.mp4
*.flv

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db
desktop.ini
