.venv/
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]

# Secrets. Never commit: a key pushed to GitHub is compromised even if removed
# seconds later — history and caches keep it.
.env
.env.*
!.env.example

# Personal data used for real runs.
#
# EVERYTHING not ignored here ships in the archive published to PyPI, so it is
# downloadable by anyone. The versioned demo corpus lives in `examples/` and is
# about a fictional person only.
#
# The leading slash anchors the pattern to the repository root; without it
# `corpus/` would also match `examples/corpus/`, which must stay versioned.
/notes/
/corpus/
/questions.json

# Working documents and build artefacts, deliberately out of the repository.
manifest.md
index.json
*.index.json
