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:
Ivan Goncharov 2023-07-11 16:48:46 +07:00 committed by GitHub
parent 4488915eec
commit acab42e675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class