# 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/ccsf1
lib/lib*.a

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

# Object files
**/*.o

# Run dir is for ad-hoc inputs and ccsf1 outputs (.fgr/.urt/.lis/.log).
# Committed exceptions: the canonical fixture(s).
run/*
!run/.gitkeep
# .D + .E8 per-entity fixtures (one per source-derived F1 entity
# from app/models/domain/) + the .E8 demo fixture preserving the
# full 3-facet (persistence + in_memory + wire) grammar coverage.
!run/F1_user.dsl
!run/F1_article.dsl
!run/F1_comment.dsl
!run/F1_profile.dsl
!run/F1_demo_full.dsl
