# 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

# Virtual Environment
venv/
ENV/
env/
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Type checking & linting
.mypy_cache/
.ruff_cache/
.pytype/

# Environment
.env
.env.local

# Logs
*.log
logs/

# Database
*.db
*.sqlite3

# Redis
dump.rdb

# Docker
.dockerignore

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Lock files (auto-generated)
clients/python/uv.lock

# Internal drafts (not for public release until finalized)
docs/_drafts/





























