Merge pull request #5 from mathd/virtual_env

add virtual environment support to .gitignore
This commit is contained in:
Zach
2025-04-07 10:28:25 -04:00
committed by GitHub

4
.gitignore vendored
View File

@@ -19,6 +19,10 @@ __pycache__/
.env.test
.env.production
# Python virtual environments
.venv/
venv/
# IDE - VSCode
.vscode/*
!.vscode/settings.json