Skip to content

Commit d8b1cf0

Browse files
GeneAIclaude
andcommitted
chore: Exclude working files from repository
Removed internal working/reminder files from git tracking while keeping them locally. These files are for development/planning use and not needed by end users. Files removed from tracking: - BADGES_REMINDER.md - POST_HACKERNEWS_REMINDER.md - SEND_LANGCHAIN_EMAIL.md - HN_ARTICLE_EMPATHY_MEMDOCS.md - OUTREACH_EMAILS.md - TODO_BADGES.md - COMPREHENSIVE_COMPLETION_PLAN.md - COMMERCIAL_READINESS.md Updated .gitignore to exclude these files going forward. Files remain available locally for development use but won't be distributed in the PyPI package or cloned repositories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6c7e3cb commit d8b1cf0

9 files changed

+18
-2784
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,21 @@ security_scan_results.json
5858
# Code Quality
5959
.mypy_cache/
6060
.ruff_cache/
61+
62+
# Website (Next.js) - Keep source, exclude builds
63+
website/node_modules/
64+
website/.next/
65+
website/out/
66+
website/.env.local
67+
website/.env.production.local
68+
website/build/
69+
70+
# Working files (reminders, drafts, planning docs)
71+
BADGES_REMINDER.md
72+
POST_HACKERNEWS_REMINDER.md
73+
SEND_LANGCHAIN_EMAIL.md
74+
HN_ARTICLE_EMPATHY_MEMDOCS.md
75+
OUTREACH_EMAILS.md
76+
TODO_BADGES.md
77+
COMPREHENSIVE_COMPLETION_PLAN.md
78+
COMMERCIAL_READINESS.md

BADGES_REMINDER.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)