__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
*.db
*.duckdb
.vincio/
traces/
.coverage
htmlcov/
benchmarks/results/

# Internal spec — not distributed
PRD.md

# Live API test harnesses — hit real providers, cost quota, may hold keys
tests/live/

# Artifacts the runnable examples write to the working directory
examples/artifacts/
examples/*.pptx
examples/*.docx
examples/*.pdf
examples/*.wav
examples/*.png
examples/*.c2pa.json
