# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# uv
uv.lock

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

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Secrets / local config — never commit
.env
.envrc
*.local
claude_desktop_config.json
