# Python
/dist/
__pycache__/
/.mypy_cache/
/.ruff_cache/
/.venv/

# OpenCPI
/opencpi/

# Other
/.aider*
/.bin/
/.sbom*.json
.token

# Tests
/.coverage
/.coverage.xml
/.htmlcov/
/.pytest_cache/
/tests/temp/
