Add .gitignore file

This commit is contained in:
Joshua Boniface 2021-10-30 22:56:25 -04:00
parent 20214e690a
commit 0020f31441
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.pyc
*.tmp
*.swp
__pycache__