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

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

# uv
.uv/

# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
htmlcov/
.hypothesis/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# IDEs
.idea/
*.swp
*.swo
*~
.DS_Store

# Secrets / credentials – never commit these
*.json
!mcp-config-examples/*.json
!.vscode/*.json
application_default_credentials.json
service_account*.json
credentials*.json

# Environment files with test config
.env
.env.local
.env.test
.env.*.local
!.env.example

# Private keys
*.pem
*.key
*_key.json

# Logs
*.log
logs/

# Distribution / packaging
*.whl
*.tar.gz
