GraphRag / .gitignore
ValerioBotto's picture
Initial clean commit without secrets
aabd32c
raw
history blame contribute delete
272 Bytes
# --- PYTHON & BACKEND ---
venv/
__pycache__/
*.py[cod]
*$py.class
.env
temp_uploads/
.pytest_cache/
# --- NODE & FRONTEND ---
node_modules/
frontend/node_modules/
frontend/dist/
frontend/build/
.eslintcache
# --- OS & IDE ---
.DS_Store
Thumbs.db
.vscode/
.idea/
*.log