mirror of https://github.com/zmkfirmware/zmk.git
chore: Ignore python virtualenv files
This commit is contained in:
parent
a593c7260a
commit
c965e35140
|
|
@ -7,3 +7,5 @@
|
||||||
/build
|
/build
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.python-version
|
||||||
|
.venv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue