__pycache__/
*.py[cod]
*$py.class
.Python
build/
dist/
*.egg-info/
.eggs/
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
site/
docs/site/
src/webex_byova/_version.py
src/webex_byova/media/_internal/generated/

# Cursor IDE (local rules, skills, and config)
.cursor/
.cursorrules

# Spec Kit / Specify (local tooling, templates, and config)
.specify/
specs/

