Updated git ignore file to ignore compiled Python files
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user