chore: ignore and drop Python __pycache__ artifacts
This commit is contained in:
parent
9d66003689
commit
cd6641e377
2 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -7,3 +7,7 @@
|
|||
# Editor / OS noise
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
# Python caches
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue