# This file exists for two reasons, and the second one is the important one.
#
# 1. Keep build output out of git.
# 2. Stop hatchling reaching up to the repo root for a VCS ignore file and
#    shipping THAT one inside the sdist. The root .gitignore names the Go
#    binary, the agent swarm logs, the internal directory layout and the
#    vendor stack, none of which belong in a public package. Caught by
#    scripts/check_artifact.py; this is the fix.
#
# Keep this file boring. Whatever is in it gets published.

dist/
build/
*.egg-info/
__pycache__/
*.pyc
.venv/

# Output of scripts/validate_estimates.py. Contains real prompts and real
# usage figures from a live account, which is nobody's business but the person
# who ran it.
scripts/validation_run.json
