Add __pycache__ to .gitignore
This commit is contained in:
parent
e823471a44
commit
7e2b6f0f01
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
.idea
|
||||
*~
|
||||
venv
|
||||
.docker_data
|
||||
.docker_data
|
||||
__pycache__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue