-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
17 lines (14 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
17 lines (14 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Internal strategy document. Deliberately not published; the README must not
# link to it either.
PatterOS Vision - Operation Level Playing Field.md
# Raw YouTube caption exports. These were used once as source material for the
# writing voice skill and then deleted. The entry stays as a guard: auto-generated
# captions misrender speech badly, so they are working material and should never
# be published as if they were documentation.
docs/youtube_transcripts/
# Backups produced by tools/patch_part1_docx.py. Git already holds the
# previous version, so these are never committed.
*.bak
# Local helper binaries (e.g. a downloaded shellcheck). CI uses the official
# koalaman/shellcheck-alpine images; nothing in .tools/ belongs in git.
.tools/