spb/vquant Public MIT
VibeQuant — AI-powered institutional-grade financial intelligence platform.
TypeScript 84.3%
Python 11.7%
JavaScript 1.6%
CSS 1.5%
HTML 0.7%
1# =============================================================================2# VibeQuant (vquant) — AI-Powered Financial Intelligence Platform3# -----------------------------------------------------------------------------4# File: .gitignore5#6# Author: Simon-Pierre Boucher7# Contact: contact@spboucher.ai8# Website: https://www.spboucher.ai9# Demo: https://www.vquant.ai10# License: MIT (see LICENSE)11#12# Copyright © 2026 Simon-Pierre Boucher. All rights reserved.13# =============================================================================1415# Dependencies16node_modules/17.venv/1819# Build output20dist/2122# Environment variables23.env24.env.local25.env.*.local2627# Database28local.db29local.db-shm30local.db-wal3132# Logs33logs/3435# Temp & caches36temp/37__pycache__/38*.pyc3940# Backups41backups/4243# Generated images44/*.png45public/plots/46public/figures/4748# OS files49.DS_Store50Thumbs.db5152# IDE53.vscode/54.idea/55*.swp56*.swo57*~5859# Lock files (keep package-lock.json, ignore uv.lock)60uv.lock6162# Misc artifacts63downloads/64attached_assets/65