Updated git ignore file to ignore compiled Python files

This commit is contained in:
Gregory Ballantine 2017-07-24 22:57:01 -04:00
parent 9a9e03f6b6
commit d4004fe070

3
.gitignore vendored
View File

@ -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