29 lines
517 B
Plaintext
29 lines
517 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
*.pem
|
|
*_pk
|
|
data/
|
|
*.parquet
|
|
.ipynb_checkpoints/
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# 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/
|