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__
|
__pycache__
|
||||||
_trial_temp
|
_trial_temp
|
||||||
*.egg-info
|
.venv
|
||||||
.eggs
|
|
||||||
venv
|
venv
|
||||||
|
env
|
||||||
|
.env
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue