mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
ignore __pycache__ anywhere in sub-directories
__pycache__ can be anywhere in sub-directories of python project, it is better ignore it everywhere it present
This commit is contained in:
parent
4488915eec
commit
acab42e675
@ -1,5 +1,5 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user