*.pyc
__pycache__/
*.egg-info/
# Python build artifacts (wheels / sdists / setuptools intermediates).
build/
dist/
src/sdk/docs/
docs/doc_website/_site/
src/doc_website/.jekyll-cache/
src/doc_website/Gemfile.lock
.coverage
secrets.*.tfvars
launch.json
# Cached price lists fetched at runtime by fetch_model_prices (regenerable).
services/observability_dashboard/app_pricing/data/
*.tar.gz
*.whl
testing_app.env
node_modules/
*.mp3
*.vsix
*.tgz
*.drawio
*.drawio.bkp

*.env.local
.env.dev
.env.prod
# DLQ snapshots contain prod payloads (see scripts/dlq_tools/) — never commit.
scripts/dlq_tools/snapshots/
*db.sqlite3

# .NET build artifacts
bin/
obj/
*.nupkg
*.user
.vs/

# jekyll doc website
_site
WIP/