From 3339a0b9b70f029d11e02bc9f735bb6b715e5024 Mon Sep 17 00:00:00 2001 From: siddharthd Date: Tue, 28 Jul 2026 13:32:31 +1000 Subject: [PATCH] chore: ignore the scripts venv scripts/split_csv_match.py needs psycopg2, so scripts/ now has a venv beside it. This repo deploys from its working tree, so an untracked .venv would be swept into the Docker build context. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6e7f868..eea682d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ next-env.d.ts # Raw statement exports — real financial data, never commit dump/ + +# Python tooling for scripts/ (split_csv_match.py) +.venv/ +__pycache__/