Update gitignore to handle poetry-produced files.
This commit is contained in:
parent
bf37d48f12
commit
09381b4756
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,7 +1,9 @@
|
||||||
|
*.spec
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
build
|
|
||||||
venv
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
build
|
||||||
dcc.egg-info
|
dcc.egg-info
|
||||||
dist
|
dist
|
||||||
|
poetry.lock
|
||||||
|
venv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue