Meta: Ignore virtual Python environments

This commit is contained in:
Timothy Flynn 2024-10-30 15:42:41 -04:00 committed by Tim Ledbetter
parent a0ee86db04
commit 80b3de8f9e
Notes: github-actions[bot] 2024-10-31 00:43:39 +00:00

4
.gitignore vendored
View file

@ -28,6 +28,10 @@ output/
.exrc
.helix/
# Environments
.venv*/
venv*/
# Gradle/AndroidStudio
.gradle/
.cxx/