Update '.gitignore' to include 'venv' for Python environment fallout.

- Previously, only Visual Studio Code settings were ignored.
This commit is contained in:
2024-11-02 18:56:08 +01:00
parent ed3696b9c9
commit b3ef077d72

3
.gitignore vendored
View File

@@ -91,3 +91,6 @@ src/nhttpd/nhttpd.conf
### IDE-specific settings
# Visual Studio Code settings
.vscode/
### python environment fallout
venv