# Un-ignore: the top-level p2t/.gitignore ignores `build/` (for Node/TS),
# but our per-family sub-project NEEDS its build/ tracked for the .sgr +
# makeall. Re-ignore generated artifacts below.
!build/

# Built binary and lib (regenerated by build/makeall)
bin/ccsf7
lib/lib*.a

# cppcc-generated parser sources/headers + the Python/JS/Rust KeyWords modules
# (build/makeall regenerates them from build/F7_AuthPolicy.sgr and copies
# to incloc/ + srcloc/)
build/F7*.cc
build/F7*.h
build/F7*.py
build/F7*.mjs
build/F7*.rs
build/F7_AuthPolicy.sgr.fgr
build/F7_AuthPolicy.sgr.bfgr
build/F7_AuthPolicy.sgr.lis
build/F7_AuthPolicy.sgr.log
build/F7_AuthPolicy.sgr.urt
build/F7_AuthPolicy.sgr.ubrt
incloc/F7*.h
srcloc/F7*.cc
srcloc/F7*.py
srcloc/F7*.mjs
srcloc/F7*.rs

# Object files
**/*.o

# Run dir is for ad-hoc inputs and ccsf7 outputs (.fgr/.urt/.lis/.log).
# Committed exceptions: the canonical fixture(s).
run/*
!run/.gitkeep
!run/F7_realworld_auth.dsl
