# Python bytecode
__pycache__/
*.py[cod]

# Virtual environment
.venv/

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

# Editor / backup cruft
*.OLD

# Ephemeral per-project auto-run state (pass counter / progress / kill flag).
# Written by `specflo auto`; never a committed artifact.
auto-run.json

# 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*
