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

# uv / venv
.venv/
venv/
.uv/

# Model cache (never commit gated model weights)
.cache/
*.safetensors
*.pt
head.pt

# Pytest
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# LiteLLM proxy config (may contain secrets)
litellm_proxy_config.yaml

# Latency report output files
latency-report*.json
report.json

# Environment / secrets
.env
*.env.local

# OpenCode tooling (plans are tracked separately if desired)
.opencode/node_modules/
