Ignore __pycache__/ directories
This commit is contained in:
parent
01804129e4
commit
6f7418c784
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,6 +11,9 @@
|
||||||
# created by pyenv
|
# created by pyenv
|
||||||
.python-version
|
.python-version
|
||||||
|
|
||||||
|
# generated by CPython
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
# used for local development
|
# used for local development
|
||||||
Makefile
|
Makefile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue