Added exclusion for byte compiled python files

This commit is contained in:
Samuel Dowling 2020-04-12 18:19:43 +09:30
parent ef1b44ff4b
commit a3d76483f6
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
# Byte-compiled / optimized / DLL files
*__pycache__/
__pycache__/
*.py[cod]
*$py.class
*.pyc
# C extensions
*.so