Repo cleanup: README with full stack summary + .gitignore + remove stale backups

This commit is contained in:
ramseshk
2026-08-06 07:21:04 +00:00
parent 3cc68cd46a
commit ff3e68855c
10 changed files with 173 additions and 4314 deletions
+23 -20
View File
@@ -1,28 +1,31 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
venv/
# Next.js / Dashboard
.next/
out/
node_modules/
# Environment
.env
*.pem
*_pk
data/
*.parquet
.ipynb_checkpoints/
*.env.local
# IDE
.idea/
.vscode/
.DS_Store
*.swp
*.swo
# Next.js build output (deployed to static dir at runtime, not tracked)
dashboard/static/_next/
dashboard/static/404.html
dashboard/static/404/
dashboard/static/__next.*
dashboard/static/favicon.ico
dashboard/static/file.svg
dashboard/static/globe.svg
dashboard/static/index.txt
dashboard/static/next.svg
dashboard/static/vercel.svg
dashboard/static/window.svg
dashboard/static/_not-found/
# Runtime artifacts
/tmp/
*.log
metrics.json
paper_metrics.json
# OS
.DS_Store
Thumbs.db