nomadweb/.gitignore
eric ff7b721acb feat: NomadCNA community layer, social matching, payments, and ebook
Port meetups, discussions, gigs, dating/chat, VIP pay (ZPay/XorPay), MiroTalk live, digital academy, and ebook reader. Add persistent community_store, git-first deploy docs, and env template for production secrets.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 09:38:13 -05:00

55 lines
969 B
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
# 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/
# 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