1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 02:38:12 +02: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
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class