fix .gitignore
This commit is contained in:
parent
6302e205a3
commit
fdbb7378e8
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,8 @@
|
|||
__pycache__
|
||||
_trial_temp
|
||||
*.egg-info
|
||||
.eggs
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
.env
|
||||
dist
|
||||
|
||||
|
|
Loading…
Reference in a new issue