# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Environments. Two venvs are normal here: the mcp and fastmcp extras cannot coexist.
.venv*/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Editors and OS
.DS_Store
.idea/
.vscode/
