__pycache__/ *.pyc *.pyo # Virtual environments .venv/ venv/ env/ # Coverage .coverage .coverage.* coverage.xml htmlcov/ # Build / distribution dist/ build/ *.egg-info/ # Editor / OS .DS_Store .idea/ .vscode/ *.swp # Generated data artifacts (large or machine-produced files) artifacts/*.json # Archive outputs from muse archive (generated, not source) *.tar.gz *.zip # Muse repo state — created when tests or the CLI run inside the source tree. # The source repo is not itself a Muse-managed repo. .muse/ state/ .hypothesis/