Ignore compiled python stuff

Ignore byte-compiled python stuff.
Taken from https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
Eric Eisenhart 2023-03-28 15:27:28 -07:00 committed by GitHub
parent fd17b18c9e
commit d17cb09de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
*.log *.log
config.py config.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]