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

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

# Object files
**/*.o

# Run dir is for ad-hoc inputs and ccsf2 outputs (.fgr/.urt/.lis/.log).
# Committed exceptions: the canonical fixture(s).
run/*
!run/.gitkeep
# .D2 + .E6 per-junction fixtures + the .E6 demo fixture preserving
# junction_columns + params + body grammar coverage.
!run/F2_follow.dsl
!run/F2_favorite.dsl
!run/F2_demo_sql.dsl
