# GLOBAL files: tracked in main only, never in worktrees
# (git hook enforces this -- see .githooks/pre-commit)
results.tsv

# worktrees live outside the repo
5_worktrees/

# python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/

# ML artifacts
outputs/
wandb/
data/
*.ckpt
*.pt
*.safetensors

# editor
.vscode/
.idea/
*.swp
