.gitignore: add ignore rules for a few dev tools
[samba.git] / .gitignore
index ac05c21ddc80c5d7faea686369d114c43217e045..1b307ca80d60774bb42fc5bdaa7b8d287da6777f 100644 (file)
@@ -69,3 +69,15 @@ semantic.cache
 .agignore
 # generated by configure
 python/samba/provision/kerberos_implementation.py
+
+# vagrant
+.vagrant/
+
+# Visual Studio Code
+.vscode/
+
+# read by pyenv to auto switch python envs
+.python-version
+
+# read by direnv to auto load environment variables
+.envrc