1
0
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:
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

View File

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