← back to Rentv 2026

.gitignore

44 lines

node_modules/
node_modules
.env*
*.log
.DS_Store
data/subscribers.jsonl
data/posts.json

# Localized rentv.com photos — regenerable cache, served locally (not source)
public/img/news/*
!public/img/news/.gitkeep

# Access record — plaintext creds already live in server.js; keep the ledger out of git
ACCESS-USERS.md

# admin video library media — served + deployed, not versioned (too large)
public/press/media/**/*.mp4
public/press/media/*.mp4

# article-to-video studio artifacts (regenerable)
data/social-jobs/
public/social-videos/

__pycache__/
*.pyc

# rentv article corpus — large growing crawl artifact (rebuildable via pull-archive.mjs)
data/articles-corpus.jsonl
data/archive-crawl-state.json

# unified search index — large rebuildable artifact (build-search-index.mjs)
data/search-index.jsonl
data/search-index-meta.json
ops/*.log
ops/*.err

# Generated Boomer audio briefs (regenerable, rsync-excluded like other runtime data)
public/audio/

# RENTV ad-system runtime state (not source)
data/ad-reservations.jsonl
data/ad-state.json
data/site-template.json