chore: ignore the scripts venv
ci / lint-test (push) Successful in 45s

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.
This commit is contained in:
2026-07-28 13:32:31 +10:00
parent 3b9d302ce2
commit 3339a0b9b7
+4
View File
@@ -45,3 +45,7 @@ next-env.d.ts
# Raw statement exports — real financial data, never commit # Raw statement exports — real financial data, never commit
dump/ dump/
# Python tooling for scripts/ (split_csv_match.py)
.venv/
__pycache__/