correct __pycache__ in gitignore

This commit is contained in:
Robert Göhler 2021-01-06 20:47:31 +01:00 committed by GitHub
parent 760c6a7530
commit 1b96ba9acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -15,7 +15,7 @@ ENV/
# python cache files # python cache files
*.pyc *.pyc
__pychache__ __pycache__
# dotenv # dotenv
.env .env