chore: gitignore marketing-shots/ and one-off _*.py scripts
Keep local-only marketing material and throwaway backfill scripts out of the public repo (same rationale as the existing screenshots/ entry). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a9f0f94321
commit
072f2608b3
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -74,6 +74,11 @@ mcp-logs.txt
|
||||||
# Marketing screenshots — kept local, hosted externally for posts/landing.
|
# Marketing screenshots — kept local, hosted externally for posts/landing.
|
||||||
# NOT committed: explicit thumbnails risk GitHub TOS takedown.
|
# NOT committed: explicit thumbnails risk GitHub TOS takedown.
|
||||||
screenshots/
|
screenshots/
|
||||||
|
marketing-shots/
|
||||||
|
|
||||||
|
# One-off local backfill/maintenance scripts (underscore prefix = throwaway,
|
||||||
|
# operated manually in the worker container, not part of the shipped codebase).
|
||||||
|
scripts/_*.py
|
||||||
|
|
||||||
# Launch / marketing material — local working notes, not part of the codebase.
|
# Launch / marketing material — local working notes, not part of the codebase.
|
||||||
launch/
|
launch/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue