SentinelAI / .gitignore
iitian's picture
Serve Next.js SOC dashboard at /ui with FastAPI redirect from /.
81fe24b
raw
history blame contribute delete
154 Bytes
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
chroma_data/
.env
frontend/.next/
frontend/out/
frontend/node_modules/
dist/
*.log