__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
*.local.toml
*.secrets.*
.env

# per-machine config (environment allowlist); commit fxray.example.toml instead
fxray.toml
# exports, unpacked solutions, checker output, backups
out/
# external code reviews and our responses are working notes, not part of the package
CODE_REVIEW*.md
