Add pre-commit guard against staging train.py with README.md, document the two-commit workflow, gitignore *.sdf, and remove trajectory SDFs from the index so logs stay small. Made-with: Cursor
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
|
|
# Structure outputs / trajectories (large; keep out of git history)
|
|
*.sdf
|