-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (89 loc) · 2.35 KB
/
Copy path.gitignore
File metadata and controls
99 lines (89 loc) · 2.35 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# AI/Tool config
.claude/
.serena/
CLAUDE.md
GEMINI.md
# Local docs/files
*.zip
# docs/ holds the published documentation set. Everything else under it is
# local working material: ignore the lot, then re-include the published
# pages by name below, so a new page is a deliberate decision.
docs/*
/test_*.py
*.cmd
MEMORY.md
*.md
!README.md
!docs/USER-GUIDE.md
!CHANGELOG.md
!docs/LINEUP-FORMAT.md
# Screenshots used by the published documentation. Everything else under
# docs/ stays local, so a new image is a deliberate decision.
!docs/screenshots/
!docs/screenshots/*.jpg
!docs/screenshots/*.png
# Dev notes
dispatcharr-plugin-limitations.md
feedback_*.md
project_*.md
reference_*.md
# Dev tooling / scripts - kept locally, NOT part of the shipped plugin.
# The repo should contain ONLY the plugin's runtime files (everything under
# Lineuparr/) plus README/LICENSE/.github. Anything else lives here.
/bump_version.py
/conftest.py
*smoke*.py
# NOTE ON scripts/: the rule above says the repository holds only the plugin
# runtime. Two things under scripts/ are deliberate exceptions and ARE tracked:
# validate_zip.py, which the release runbook calls, and the badge tooling
# (update_channels_created_badge.py, its .ps1 wrapper, and the gist id in
# .channels_created_badge_gist). They are tracked because keeping them out gave
# them no version control and no backup either: the workspace notes sweep covers
# CLAUDE.md, docs/CLAUDE-*, everything under .claude/skills/, SCHEDULING_LOGIC.md,
# TODO.md and four .wolf files, and matches none of those paths. They carry no
# literal workspace path (both build theirs from environment variables) and the
# gist id they hold is already public in the README badge URL.
# OpenWolf local context (AI memory - not part of the plugin)
.wolf/
# Local run / export artifacts
*.csv
# Provider playlists + local stream-name extracts (NEVER commit - may contain
# provider credentials in URLs; the extracts are kept local for matcher tuning)
*.m3u
*.m3u8
_stream_exports/
extract_stream_names.ps1
_export_stream_names.py
_analyze_streams.py
_audit_streams.py
_aud*.py