# Cursor indexing exclusions # Python bytecode **/__pycache__/ **/*.pyc **/*.pyo # Build / dist artifacts dist/ *.egg-info/ # Test and coverage caches .pytest_cache/ .mypy_cache/ .coverage htmlcov/ # Environment .venv/ venv/