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