git ignore pyc
This commit is contained in:
parent
f64266b67e
commit
00bb3686d1
|
@ -1 +1,3 @@
|
|||
.pyc
|
||||
# compiled python files
|
||||
*.py[co]
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in New Issue