update .gitignore [skip ci]

ignore jetbrains IDE settings
ignore python venvs
This commit is contained in:
Ramen2X 2023-10-25 16:49:51 -04:00 committed by GitHub
parent a01bcf5241
commit 9aadb0faeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitignore vendored
View File

@ -3,6 +3,15 @@ Release/
*.ncb *.ncb
/.vs /.vs
/.vscode /.vscode
/.idea
.env
.venv
env/
venv/
ENV/
VENV/
env.bak/
venv.bak/
ISLE.EXE ISLE.EXE
LEGO1.DLL LEGO1.DLL
build/ build/