63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
backend/__pycache__/
|
|
backend/**/__pycache__/
|
|
backend/.env
|
|
frontend/.env.local
|
|
|
|
# Auth / plan user store (runtime)
|
|
backend/app/data/user_store.json
|
|
backend/app/data/social_store.json
|
|
backend/app/data/community_store.json
|
|
backend/app/data/platform_store.json
|
|
|
|
# Production secrets (use deploy/nomadro-api.env.example)
|
|
deploy/nomadro-api.env
|
|
|
|
# Local screenshots / temp
|
|
book-*.png
|
|
tmp-screenshots/
|
|
scripts/_shell_out.txt
|
|
scripts/_*.py
|
|
|
|
# PocketBase
|
|
pocketbase/pb_data/*
|
|
!pocketbase/pb_data/.gitkeep
|
|
|
|
# Next.js
|
|
frontend/.next/
|
|
frontend/out/
|
|
|
|
# Mini programs
|
|
wemini/node_modules/
|
|
wemini/dist/
|
|
dymini/node_modules/
|
|
dymini/dist/
|
|
redmini/dist/
|
|
|
|
# Python
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Deploy scripts with credentials (local only)
|
|
scripts/remote_deploy.py
|
|
scripts/redeploy_server.py
|
|
scripts/upload_and_deploy.py
|
|
# deploy_update.py is tracked; rotate credentials if repo is shared
|
|
scripts/rebuild_frontend.py
|
|
scripts/check_server.py
|
|
scripts/check_ports.py
|
|
scripts/find_caddy.py
|
|
scripts/read_caddy.py
|
|
scripts/verify_site.py
|