feat: adding rule in gitignore for pycache
This commit is contained in:
parent
f986dff322
commit
f38e63ee9c
|
@ -1 +1,4 @@
|
|||
.env
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue