[UPDATE][GIT] Ignore Python-related files
This commit is contained in:
parent
1e6a4edbf4
commit
bbbac941ce
|
@ -6,3 +6,11 @@
|
||||||
|
|
||||||
# Local scripts
|
# Local scripts
|
||||||
.localrc
|
.localrc
|
||||||
|
|
||||||
|
# Python files
|
||||||
|
env/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.mypy_cache/
|
||||||
|
.dmypy.json
|
||||||
|
dmypy.json
|
||||||
|
|
Loading…
Reference in a new issue