git ignore pyc

This commit is contained in:
Pawan Kumar 2020-12-25 18:28:41 +05:30
parent f64266b67e
commit 00bb3686d1
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
.pyc
# compiled python files
*.py[co]
__pycache__/