Updated .gitignore
This commit is contained in:
parent
6858eeaebe
commit
2a612a596d
5 changed files with 5 additions and 20 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
venv
|
||||
__pycache__
|
||||
.vscode
|
||||
.vscode
|
||||
# Building project with `pip wheel . -w wheels` will create a `wheels` directory
|
||||
wheels
|
||||
*.egg-info
|
||||
build
|
||||
Loading…
Add table
Add a link
Reference in a new issue