Meta: Ignore virtual Python environments
This commit is contained in:
parent
a0ee86db04
commit
80b3de8f9e
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -28,6 +28,10 @@ output/
|
|||
.exrc
|
||||
.helix/
|
||||
|
||||
# Environments
|
||||
.venv*/
|
||||
venv*/
|
||||
|
||||
# Gradle/AndroidStudio
|
||||
.gradle/
|
||||
.cxx/
|
||||
|
|
|
|||
Loading…
Reference in a new issue