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

# Virtual envs
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/

# Mypy, Ruff
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# HF cache / models (do not commit weights)
models/
*.safetensors
*.bin

# Local
.env
*.log
tmp/

# tasks (local only, not committed)
TASK*.md
