CoolFace
Apppublic

crazyafro/financial_intelligence_agent

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
.gitignore30 linesDownload Raw Back to root
1# Environment & secrets
2.env
3.env.*
4
5# Python
6__pycache__/
7*.py[cod]
8*.pyd
9*.so
10*.egg-info/
11dist/
12build/
13.Python
14
15# Runtime data (auto-created by the app)
16agent_memory.db
17chroma_db/
18reports/
19
20# OS
21.DS_Store
22Thumbs.db
23
24# IDE
25.vscode/
26.idea/
27agent_memory.db
28agent_memory.db-wal
29agent_memory.db-shm
30