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

# OpenCPI
/opencpi/

# Other
/.aider*
/.cache/
.token

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