git-filter-repo removed blobs; origin must be re-added. Pre-commit refreshes BEST_PRACTICE.json and trajectory manifest only (checkpoints stay local). Made-with: Cursor
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
|
|
# Structure outputs / trajectories (large; keep out of git history)
|
|
*.sdf
|
|
# PyTorch checkpoints (large; regenerate locally; do not push to git)
|
|
*.pt
|