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

# Virtual environments
.venv/
venv/
env/

# Coverage
.coverage
coverage.xml
htmlcov/

# pytest
.pytest_cache/
.benchmarks/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Environment
.env
.env.local

# IDE
.vscode/
.idea/
*.swp

# Local agent tooling
.claude/

# uv
uv.lock

# Task files
.task-todo-*.md
