19 lines
261 B
Text
19 lines
261 B
Text
# python env
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# large raw audio (back up to NAS separately)
|
|
audio/
|
|
|
|
# regenerable logs
|
|
*.log
|
|
|
|
# local tooling
|
|
.claude/
|
|
|
|
# SilverBullet internal index/plugs (source of truth = .md files)
|
|
_plug/
|
|
.silverbullet.db
|
|
.silverbullet.db-*
|
|
.sb-*
|