Luminaria / .gitignore
senlinyy's picture
feat: completed initial dev
4b81334
Raw
History Blame Contribute Delete
272 Bytes
# Python
__pycache__/
*.pyc
.venv/
backend/.venv/
.uv/
# Node
node_modules/
frontend/.next/
frontend/out/
.next/
# Runtime data (must NOT be committed — these are ephemeral on HF Spaces)
.lancedb/
.tmp_uploads/
.cache/
# Env
.env
.env.local
# OS
.DS_Store
Thumbs.db