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

# Build artefacts
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
share/python-wheels/

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

# uv / pip
.python-version
pip-log.txt
pip-delete-this-directory.txt

# Test + coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.cache/
.tox/
.nox/
.hypothesis/

# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Local mcpcli sandbox dirs (used in smoke tests)
/tmp/mcpcli-*

# Anything secret-shaped that shouldn't ever be committed
*.env
.env
.env.*
secrets.json
credentials.json

# Defensive: if someone runs `MCPCLI_HOME=.` from inside the repo, mcpcli
# would write its token store / schema cache here. Don't let those land in git.
/tokens/
/schemas/
/config.json
