fix: adding gitignore for pycache
This commit is contained in:
parent
f38e63ee9c
commit
735b5728cf
|
@ -1,4 +1,8 @@
|
||||||
.env
|
# Ignore Python cache files in all directories
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*/__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|
||||||
|
# Ignore environment files
|
||||||
|
.env
|
||||||
|
|
Loading…
Reference in New Issue