# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?

# Internal working files — not part of the published specification
_working/
**/outline.md
**/section.md

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

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

# Misc
*.log
