# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
.env

# Testing / Linting
.pytest_cache/
.ruff_cache/

# Model weights
*.pt
*.bin

# IDE
.vscode/
.idea/

# Dependency lock (uv)
uv.lock

# Tool state
.cardinal/
.avril/
.claude/
