ignore vscode and direnv

This commit is contained in:
Anatol Ulrich 2023-09-27 16:02:34 +02:00
parent 4097269476
commit c6f6ebadd6

2
.gitignore vendored
View File

@ -128,6 +128,7 @@ venv/
ENV/
env.bak/
venv.bak/
.direnv/
# Spyder project settings
.spyderproject
@ -160,3 +161,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode/