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

3
.gitignore vendored
View File

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