.DS_Store *.swp *.swo *~ Thumbs.db # Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ *.egg dist/ build/ .eggs/ *.whl .venv/ venv/ env/ .env .env.* *.env.local pip-log.txt pip-delete-this-directory.txt .mypy_cache/ .pytest_cache/ .ruff_cache/ htmlcov/ .coverage .coverage.* coverage.xml *.cover .hypothesis/ .tox/ # Binary test data _docs/00_problem/input_data/*.onnx _docs/00_problem/input_data/*.jpg _docs/00_problem/input_data/*.JPG _docs/00_problem/input_data/*.mp4 _docs/00_problem/input_data/*.png _docs/00_problem/input_data/*.avi # Standalone skill output (ephemeral, not part of project) _standalone/ # MCP config with credentials (use .cursor/mcp.json.example as template) .cursor/mcp.json # E2E compose env !e2e/.env # E2E test artifacts e2e/results/ e2e/logs/ !e2e/results/.gitkeep !e2e/logs/.gitkeep