fix: remove all __pycache__
This commit is contained in:
parent
735b5728cf
commit
f9a4eb7bf2
|
@ -1,8 +1,9 @@
|
|||
# Ignore Python cache files in all directories
|
||||
__pycache__/
|
||||
*/__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
# Ignore only __pycache__ inside the app directory
|
||||
app/**/__pycache__/
|
||||
|
||||
# Ignore compiled Python files inside app
|
||||
app/**/*.pyc
|
||||
app/**/*.pyo
|
||||
|
||||
|
||||
# Ignore environment files
|
||||
.env
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue