researchpilot-api / .gitignore
Subhadip007's picture
feat: ResearchPilot v2 β€” Next.js frontend, 358k embeddings pipeline, LaTeX math rendering, dual-GPU Kaggle scaling
99cac84
raw
history blame contribute delete
611 Bytes
# ── Python ──
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# ── Environment & Secrets ──
.env
.env.*
!.env.example
# ── Data (too large for GitHub) ──
data/raw/
data/processed/
data/chunks/
data/embeddings/
data/qdrant_db/
existing_chunks.zip
# ── Logs ──
logs/
*.log
# ── OS ──
.DS_Store
Thumbs.db
desktop.ini
# ── IDE ──
.vscode/
.idea/
# ── Frontend (handled by frontend-next/.gitignore) ──
frontend-next/node_modules/
frontend-next/.next/
# ── Old frontend ──
frontend/
# ── Misc ──
*.zip
output.txt
Kaggle_Guide.md