10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
# we're using this directory for testing, so we shouldn't copy it
|
|
formulas/
|
|
|
|
# we don't want to copy a real sfm.yaml file
|
|
sfm.yaml
|
|
|
|
# don't copy around cached/compiled files
|
|
__pycache__/
|
|
*.pyc
|