__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv*/
*.egg
.pytest_cache/
.mypy_cache/
*.spec.bak
dcf_demo/

# Ignore all root .md files except README, CHANGELOG, ARCHITECTURE
/*.md
!README.md
!CHANGELOG.md
!ARCHITECTURE.md

# Dev working documents (audits, plans, diffs)
/docs/dev/

# Audit / usability docs anywhere in the tree -- kept off the repo
# per project policy. Move them outside the repo dir if you need
# to keep them.
**/*audit*.md
**/*Audit*.md
**/*AUDIT*.md
**/*usability*.md
**/*Usability*.md
**/*USABILITY*.md
