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:
@@ -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__/
|
||||||
|
|||||||
Reference in New Issue
Block a user