.cursorignore
23 lines 262 B
Raw
sha256:0e3697f29ae6c62f39818a19861d4db6276465de16481fadf866eb93cbf4aae4 test: validate staging push and MP workflow for aaronrene Human 16 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 1 commit
sha256:0e3697f29ae6c62f39818a19861d4db6276465de16481fadf866eb93cbf4aae4 test: validate staging push and MP workflow for aaronrene Human 16 days ago