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

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.xml

# Secrets -- never commit
.env.local
secrets.yaml

# Calibration tool (not for repo)
calibrate.py

# Outputs / logs
outputs/
logs/
*.log

# HF cache
.cache/