# The workspace holds all mod-specific and personal data.
# It is meant to be a separate (usually private) git repository.
/workspace/
# Throwaway workspace for exercising commands during development. Never point
# fmw at a real workspace to test: judgements written there are attributed to
# the maintainer.
/dev-workspace/

# Stray virtualenvs (`uv venv <name>` typo-ed as a command argument).
enable/
venv/

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