gabriel / muse public
.cursorignore
20 lines 229 B
Raw
sha256:a09b1b4f6838754495547f200aa0ce88e2f56ffc5b20b900f6f0cff2c3cdede9 fix(cursorignore): remove git-ism (.git/worktrees) Human minor ⚠ breaking 146 days ago
1 # Cursor indexing exclusions
2
3 # Python bytecode
4 **/__pycache__/
5 **/*.pyc
6 **/*.pyo
7
8 # Build / dist artifacts
9 dist/
10 *.egg-info/
11
12 # Test and coverage caches
13 .pytest_cache/
14 .mypy_cache/
15 .coverage
16 htmlcov/
17
18 # Environment
19 .venv/
20 venv/
File History 1 commit
sha256:a09b1b4f6838754495547f200aa0ce88e2f56ffc5b20b900f6f0cff2c3cdede9 fix(cursorignore): remove git-ism (.git/worktrees) Human minor 146 days ago