From b8f35d943dbde87a254061e310d2fd12d11f9425 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 16 Oct 2025 21:06:05 -0400 Subject: [PATCH] chore: add .venv to gitignore Add .venv directory to gitignore to exclude virtual environment created by modern Python tools like uv. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5299bad..0bf4240 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Thumbs.db # Application specific files venv +.venv node_modules .sass-cache .claude \ No newline at end of file