You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
add venv and .venv to the .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -63,6 +63,10 @@ tests/data/*.translation
|
|||||||
# Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
|
# Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
|
||||||
st[A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9]
|
st[A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9]
|
||||||
|
|
||||||
|
# Python development
|
||||||
|
.venv
|
||||||
|
venv
|
||||||
|
|
||||||
# Python generated
|
# Python generated
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user