Files
CTXD/.gitignore
T
overseer 3ef4f3e707 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>
2026-06-29 21:11:54 +00:00

26 lines
401 B
Plaintext

# Runtime CTXD data/state
/data/oauth_state.json
/data/web_sessions.json
/data/.ctxd.yaml.swp
/data/ctxd.db*
/data/ctxd.db-shm
/data/ctxd.db-wal
/data/ctxd.yaml
/data/snapshots/
/data/projects/
/data/users/
# Environment files (contains secrets)
.env
app/.env
# PostgreSQL data volume
/data/pg/
# Python cache
__pycache__/
*.py[cod]
# Build artifacts (regenerated by `pip install -e`)
*.egg-info/