Add direnv artifacts to gitignore (#4737)

This commit is contained in:
Denis Iskandarov 2023-11-27 22:43:42 +04:00 committed by GitHub
parent b5b3d18773
commit 1b05832f9a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -29,6 +29,8 @@
.env .env
.venv .venv
venv venv
.envrc
.direnv
.vscode .vscode
*.bak *.bak
*.ipynb *.ipynb