gabriel / muse public
.cursorignore
23 lines 262 B
Raw
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 26 days ago
1 # Cursor indexing exclusions
2
3 # Git internals
4 .git/worktrees/
5
6 # Python bytecode
7 **/__pycache__/
8 **/*.pyc
9 **/*.pyo
10
11 # Build / dist artifacts
12 dist/
13 *.egg-info/
14
15 # Test and coverage caches
16 .pytest_cache/
17 .mypy_cache/
18 .coverage
19 htmlcov/
20
21 # Environment
22 .venv/
23 venv/
File History 3 commits
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 26 days ago
sha256:d8316ffae901be06347e16ab55be11868eb519dd16ade3e8aa16a99e662f7e62 baseline: rc14 re-baseline after rc3 store corruption recovery Human patch 26 days ago
sha256:1c4b3e3a9a1f300774c3ee662b572a698d5fd405bf765a71e6011a2e9c3eaaaa feat: Muse — version control for the agent era Human 100 days ago