Files
wassname fc46d878cf init
2026-04-04 23:40:34 +08:00

27 lines
326 B
Plaintext

# 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