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

# Tooling
.pytest_cache/
.ruff_cache/

# panscrub: mapping files are sensitive (real<->fake topology). Never commit them.
*.panscrub-map.json
*.map.json

# panscrub: sanitized output is a build artifact, not source.
*.sanitized.xml
