# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# # Generated SDK code — rebuilt via `make generate`
# cohost_client/generated/

# Byte-compiled
*.pyc

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Local secrets (copy from .env.example)
.env

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Hatch / pip
.hatch/
pip-wheel-metadata/

# Vendored / locally installed packages (use venv instead)
vendor/

# Isolated venv + workdir for `make test-installed` (tests installed wheel only)
.install-test-env/
.install-test-workdir/
