Ignore direnv en venv

This commit is contained in:
2026-01-08 12:59:31 +01:00
parent 5131f50ec3
commit e0710913f2

8
.gitignore vendored
View File

@@ -24,6 +24,14 @@ var/
.installed.cfg
*.egg
# direnv
.envrc
# virtualenv
venv/
ENV/
.venv
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.