3ef4f3e707
- 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>
26 lines
401 B
Plaintext
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/
|