رغد
feat: complete platform — auth, deployment, hardening
344e369
raw
history blame
773 Bytes
# Environment variables - never commit these
.env
.env.local
.env.*.local
# Python
libs/
__pycache__/
*.py[cod]
*.pyo
venv/
.venv/
*.egg-info/
# HuggingFace & model cache
model_cache/
.cache/
# EasyOCR models
~/.EasyOCR/
# ChromaDB (migrated to pgvector)
chroma_db/
# Next.js
frontend/.next/
frontend/node_modules/
frontend/.vercel/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
backend/logs/
backend_log.txt
# Test / temp files
backend/test_*.png
backend/test_*.jpg
backend/eval_results.json
backend/test_set.json
# pip install artifacts (=version files created by mistake)
=*
backend/=*
# Office docs
*.docx
*.doc
~$*
# tsbuildinfo
frontend/tsconfig.tsbuildinfo
# Large data dirs not needed in prod
assets/
books/
data/
mine/
temp/