CoolFace
Apppublic

Metafazer/finrag-backend

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
.gitignore55 linesDownload Raw Back to root
1# Environment2.env3.env.local4data/5 6 7# Python8__pycache__/9*.py[cod]10*$py.class11*.egg-info/12dist/13build/14.eggs/15 16# Virtual environments17.venv/18venv/19env/20 21# IDE22.vscode/23.idea/24*.swp25*.swo26 27# Testing28.pytest_cache/29htmlcov/30.coverage31 32# Data (raw filings are large, not committed)33 34# OS35.DS_Store36Thumbs.db37 38# Logs39*.log40logs/41 42# Internal docs (local-only, not for repo)43RULES.md44ROADMAP.md45DEBT_LEDGER.md46CONTRIBUTING.md47.claude/48 49# Sensitive/Internal files50claude-token-efficient51claude_handoff.md52instructions.txt53ui.txt54 55