Merge pull request #31 from eric-eisenhart/patch-1

Ignore compiled python stuff in .gitignore
This commit is contained in:
Twan K 2023-04-11 22:21:25 +02:00 committed by GitHub
commit f03926753a
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]