chore: Ignore python virtualenv files
This commit is contained in:
parent
a593c7260a
commit
c965e35140
1 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,3 +7,5 @@
|
||||||
/build
|
/build
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.python-version
|
||||||
|
.venv
|
||||||
|
|
Loading…
Add table
Reference in a new issue