-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 1.08 KB
/
Copy path.gitignore
File metadata and controls
47 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# User data (gitignored — lives in data/ volume or project root for CLI use)
config.json
config*.json
channels.json
# Pre-delete Tunarr lineup snapshots. ~12 MB each on a 156-channel server, and
# CLI runs write them to the project root (Docker writes them under data/).
tunarr_backup_*.json
tunarr_backup_*.json.gz
channels*.json
*.csv
backup_*.json
prompt_for_llm.md
gemresults.json
# Data directory contents (volume mount — keep the dir, ignore the files)
data/*
!data/.gitkeep
# Synthetic demo dataset (committed on purpose — no real library or secrets).
# Re-include the demo files the global patterns above would otherwise ignore.
!demo/
!demo/plex_library.csv
!demo/channels.json
!demo/config.json
# Python
__pycache__/
*.pyc
*.pyo
# Frontend build artifacts
frontend/node_modules/
backend/static/
# Dev / scratch
_archive/
.claude/
generate_ai.py
PROMPT.personal.md
screenshot_*.png
*.log
# Playwright MCP scratch output (snapshots, console logs, ad-hoc screenshots)
.playwright-mcp/
# graphify knowledge-graph output (generated artifact — graph.html/json + report)
graphify-out/