fix: Fixed venv being added to commits

This commit is contained in:
Blake Ridgway 2025-02-19 12:25:57 -06:00
parent db5d631b0d
commit 3c40fb6abe

3
.gitignore vendored
View file

@ -2,4 +2,5 @@
/.venv/ /.venv/
/.github/ /.github/
/__pycache__/ /__pycache__/
/.env /.env
venv