kernl-backend / .gitignore
ALPHA0008's picture
feat: dashboard UI overhaul + auth flow + auto-company-load
5f7dc7e
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# OS files
.DS_Store
Thumbs.db
# Environments & Secret credentials
.env
.env.local
.env*.local
backend/.env
frontend/.env
# Local database files
*.db
*.sqlite
*.sqlite3
*.sqlite-journal
backend/db/local_brain.db
# Node dependencies & Next.js cache
node_modules/
.next/
out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Unit test & Coverage reports
.pytest_cache/
.coverage
htmlcov/
.cache/
# User data sources (ignore uploaded dynamic sources, keep demo ones if needed)
# For the hackathon, we keep the static demo rivanly-inc files, but ignore other companies if uploaded
data/sources/*/
!data/sources/rivanly-inc/
# Local documents & drafts (untracked on GitHub)
brand_alchemy_company_brain.html
company_brain_PRD_v4.md
# Claude Code session files (never commit these)
session-ses*.md
# Windows artifacts
nul
backend/nul
# Logs
backend_log.txt
*.log
backend.env