31 lines
482 B
Text
31 lines
482 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Runtime state (regenerated by scripts)
|
|
scripts/state.json
|
|
scripts/last-flush.json
|
|
scripts/flush.log
|
|
scripts/compile.log
|
|
scripts/session-flush-*
|
|
scripts/flush-context-*
|
|
|
|
# Generated content (built up per-user by hooks and scripts)
|
|
daily/
|
|
knowledge/
|
|
|
|
# Reports (regenerated by lint)
|
|
reports/
|
|
|
|
# uv lock (regenerated by uv sync)
|
|
scripts/uv.lock
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.obsidian/
|