# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Virtual envs
.venv/
venv/
env/

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp

# uv.lock is tracked (reproducibility). Same convention as koda-mcp-access.
