# Secrets and local config
.env
.env.local

# Local dev state (dev-mode cache DB + downloaded PDFs under the repo root).
# Installed users' data lives in platformdirs dirs, not here.
.dev-state/
.publications-state/

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

# MkDocs build output (built in CI, deployed via GitHub Actions)
site/

# Test / coverage artefacts
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/

# Editor / OS
.DS_Store
.idea/
.vscode/
