mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
add venv and .venv to the .gitignore
(cherry picked from commit a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c)
This commit is contained in:
parent
ec6ed1f398
commit
6c9362a9f4
10
.gitignore
vendored
10
.gitignore
vendored
@ -38,6 +38,14 @@ platform/android/java/nativeSrcsConfigs/.cxx/
|
|||||||
# 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
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# Libs generated files
|
# Libs generated files
|
||||||
.deps/*
|
.deps/*
|
||||||
.dirstamp
|
.dirstamp
|
||||||
@ -89,7 +97,6 @@ logs/
|
|||||||
# for projects that use SCons for building: http://http://www.scons.org/
|
# for projects that use SCons for building: http://http://www.scons.org/
|
||||||
.sconf_temp
|
.sconf_temp
|
||||||
.sconsign*.dblite
|
.sconsign*.dblite
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
## Ignore Visual Studio temporary files, build results, and
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
@ -274,7 +281,6 @@ enc_temp_folder/
|
|||||||
*.pfx
|
*.pfx
|
||||||
*.publishsettings
|
*.publishsettings
|
||||||
node_modules/
|
node_modules/
|
||||||
__pycache__/
|
|
||||||
|
|
||||||
# KDE
|
# KDE
|
||||||
.directory
|
.directory
|
||||||
|
Loading…
Reference in New Issue
Block a user