# macOS
.DS_Store
**/.DS_Store
**/._*

# Go — local binaries and test outputs
/bin/
/compare-host
/planetbridging
/loom-stream
*.test
*.out

# Python — planetbridging package (src/, tests/, examples/)
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.publish-venv/

# Stream / smoke output from engines API, examples, and tests
.planetbridging/
*.entity

# Example transcripts (examples/run_all_examples.sh)
examples/outputs/

# Logs (compare-host and bedrock run scripts)
logs/*.log
python/**/*.log

# POC bedrock artifacts — generated on first run per layer tab
python/*/models/
python/*/reports/
python/*/fixtures/

# Conda env export sidecars (created during env create)
python/**/condaenv.*.requirements.txt
