# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
wheels/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Installer / package manager state
pip-wheel-metadata/

# Test / type-check / lint caches
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Profiling artifacts produced by this tool
*.xctrace
*.trace
instruments-mcp-*/
