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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# ML artifacts
checkpoints/
outputs/
runs/
wandb/
*.ckpt
*.safetensors

# OS / editor
.DS_Store
.idea/
.vscode/
.sessionlog/