# Python build artifacts
/dist/
/build/
/tests/
# /benchmark/
/*.egg-info/
**/__pycache__/
.pytest_cache/

# Virtual envs
.venv/

# macOS
**/.DS_Store

# Local wheels and tarballs under py/
py/*.whl
py/*.tar.gz

# CMake/Ninja build dirs if created locally
cpp/trimci_core/build/out

# Experimental code
cpp/trimci_core/experimental/

# Tutorial
tutorial/

# Parallel runner test results
trimci_parallel_results/
realtime_progress.out