/.*/
# ...but keep the GitHub Actions workflows tracked.
!/.github/
/*/__py*/
/*info
/example/*ipynb*
# Only example/PbTe is shipped in the repo; CrCoNi / Carbon / SiO2 are
# kept locally on the maintainer's machine for ablation but are too big
# to publish.
/example/CrCoNi
/example/Carbon
/example/SiO2
/check*
/eval*
/build/*
/profile*
/big_bench/gpu*/*
/big_bench/tor*/*
/big_bench/*
/probe/
/Perio*
/dist
/test_changes
/study
/4body*
/descriptor_experiment/
# Local-only scratch: multi-card repro scripts, temp configs, run outputs.
/scratch/
# Local-only benchmarks (compile / autograd vs analytical speed tests).
/bench_test/
# Local-only docs / notes (diagrams, LaTeX, markdown explanations).
/docs/
# Local-only learning playground (from-scratch pedagogical NEP reimplementation).
/learn/
/test_stream/