Repo cleanup: README with full stack summary + .gitignore + remove stale backups
This commit is contained in:
+23
-20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user