# python
__pycache__/
*.pyc

# venv
.venv/

# macOS
.DS_Store

# outputs
*.out
*.log
*.tmp
/parsed.jsonl
notebooks/result/
scratch/
Result/
testruning/

# tracked test/release evidence
!tests/fixtures/backends/*.out
!examples/synthetic/qchem_outputs/*.out
!examples/synthetic/orca_outputs/*.out

# local standalone scripts
cbs_exploration.py

# local docs (do not track)
MBE_TOOLS_DESIGN_EN.md
REPORT_P0_P5.md
TEST_PLAN.md
TODO.md

# build artifacts
dist/

.DS_Store
