# notes data — don't commit personal notes
*.md
*.adoc
*.db
*.db-shm
*.db-wal

# keep the README
!README.md
!PYPI_README.md
!docs/*.md
!tests/fixtures/*.md
!wiki/CONVENTIONS.md
!AGENTS.md

# local test scratch
.test-tmp/

# tmp audio files
*.wav
*.flac

# python venv
__pycache__/
*.pyc
.venv/
venv/
dist/
*.egg-info/
uv.lock

# editor
.nvim/
*.swp
*.swo
