Update .gitignore
This commit is contained in:
parent
97906a6339
commit
0fc31e3e7d
|
@ -4,6 +4,10 @@ venv
|
|||
.venvs
|
||||
.venv
|
||||
/.pytest_cache
|
||||
*.egg
|
||||
*.egg-info
|
||||
eggs
|
||||
.eggs
|
||||
|
||||
build/
|
||||
output/
|
||||
|
|
Loading…
Reference in New Issue