crazyafro/financial_intelligence_agent
0
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/
27a g e n t _ m e m o r y . d b
28