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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets — never commit keys
*key*.txt
.npmrc

# generated docs bundle (built in CI, uploaded to /v1/docs)
docs-pipeline/bundle.json
