nomadweb/.gitignore
eric 48408d3079 feat: complete NomadCNA parity layer with platform APIs and pages
Add services, videos, AI assistant, map/weather, gigs post, notifications settings, static legal pages, Google OAuth, payment router, real-user matching, newsletter, and content submission — all using nomadweb UI patterns.

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

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