.venv/
__pycache__/
*.pyc
.DS_Store
.env
dist/
*.egg-info/

# Root sample palace: commit PALACE.md, rooms, visualizer — not extraction cache
palace-out/cache/

# Test fixture outputs (regenerate: palace build tests/fixture --no-git)
tests/fixture/palace-out/

# Optional: large benchmark checkouts
examples/worked/repos/

# Extractions cache under example palaces
examples/worked/**/palace-out/cache/
