# Local Cursor MCP config (often contains secrets)
.cursor/mcp.json

.venv/

dist/

__pycache__/
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzw
*.pyzwz
.pytest_cache/
*.egg-info/
.installed.cfg
*.egg

.mypy_cache/
.ruff_cache/
.coverage
.pytest_cache/