Update .gitignore to exclude __pycache__ directories and modify schemas to allow optional fields for better flexibility; adjust batch size in InvestorProcessor for improved processing efficiency.

This commit is contained in:
bolade
2025-09-26 15:56:29 +01:00
parent f2bbcb96f3
commit abac19c6ae
7 changed files with 32 additions and 29 deletions
+3 -2
View File
@@ -8,8 +8,9 @@
/chroma_db
/*__pycache__*/
*__pycache__
/*.db
/*.cypython-*
*.cypython