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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Environment
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Project specific
tests/credentials.json 

# PyPI
dist/
build/
*.egg-info/ 
# GSAB local
_legacy/
.gsab/
*.pickle
token.pickle
client_secret*.json
*service-account*.json

# lean-ctx (context tool) — never commit
.lean-ctx/
.ctx/
*.ctx
.ctxcache/

