mirror of
https://github.com/wassname/autoresearch_template.git
synced 2026-06-27 17:47:23 +08:00
27 lines
326 B
Plaintext
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
|