chore: add .venv to gitignore

Add .venv directory to gitignore to exclude virtual environment
created by modern Python tools like uv.
This commit is contained in:
Seth Hobson
2025-10-16 21:06:05 -04:00
parent f1051c682e
commit b8f35d943d

1
.gitignore vendored
View File

@@ -18,6 +18,7 @@ Thumbs.db
# Application specific files # Application specific files
venv venv
.venv
node_modules node_modules
.sass-cache .sass-cache
.claude .claude