# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# pytest
.pytest_cache/
.cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Distribution / packaging
*.tar.gz
MANIFEST
site/

# Opencode project metadata (auto-generated)
.sisyphus/

# Claude Code project metadata (auto-generated)
.claude/
CLAUDE.md

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment variables
.env
.env.*
!.env.example

# Logs
*.log

# Generated example files
*.db

# Git worktrees
.worktrees/
.ignore/
