# Env File
.env

# Pycache
__pycache__/

# Build/packaging artifacts
dist/
build/
*.egg-info/
*.egg

# Live-tenant probe suite. Deliberately untracked: setuptools-scm's file finder
# puts every tracked file into the sdist, so committing this would publish the
# probe scripts and their captured tenant output to PyPI.
probes/

Claude
.claude/
