Updated git ignore file to ignore compiled Python files
This commit is contained in:
parent
9a9e03f6b6
commit
d4004fe070
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,5 +4,6 @@ formulas/
|
|||||||
# we don't want to copy a real sfm.yaml file
|
# we don't want to copy a real sfm.yaml file
|
||||||
sfm.yaml
|
sfm.yaml
|
||||||
|
|
||||||
# don't copy around cached files
|
# don't copy around cached/compiled files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
Loading…
Reference in New Issue
Block a user