# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/

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

# uv
.uv/

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

# Environment
.env
.env.local
.env.*.local

# HuggingFace cache (if set to repo-local)
.cache/huggingface/
hf-cache/

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