chore: add CLAUDE.md, stop tracking egg-info build artifacts

- Add CLAUDE.md (Claude Code orientation for the repo).
- Remove app/src/ctxd.egg-info/* from version control and gitignore
  *.egg-info/ — it is regenerated by `pip install -e` and only dirties
  the working tree.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 21:11:54 +00:00
parent bbb0215c98
commit 3ef4f3e707
7 changed files with 111 additions and 23 deletions
+3
View File
@@ -20,3 +20,6 @@ app/.env
# Python cache
__pycache__/
*.py[cod]
# Build artifacts (regenerated by `pip install -e`)
*.egg-info/