Add some automatically generated files and ignore __pycache__

This commit is contained in:
Glen Whitney 2020-10-09 17:49:11 +00:00
parent 638ec20af8
commit c638ca3db2
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,5 +2,6 @@
*.pyc
*.egg-info
*.swp
__pycache__
tags
mofadcustom/docs/current

View File