.DS_Store
__pycache__/
*.pyc
.env
.envrc

# Python artifacts
*.egg-info/
dist/
build/

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/
.mcp.json.bak
