# Python bytecode
__pycache__/
*.py[cod]

# Virtual environment
.venv/

# Test / build artifacts
.pytest_cache/
*.egg-info/
build/
dist/

# Editor / backup cruft
*.OLD

# Local feedback / scratch notes — never commit (they'd leak: top-level, not
# under an EXCLUDE_PATHS dir, so publish-to-github.sh would NOT strip them).
specflo-feedback*
