__pycache__/
*.py[cod]
.pytest_cache/
.omx/
.test-artifacts/
.tmp/
pytest-tmp/
tmp*/
.env

# Tool caches
.ruff_cache/
.mypy_cache/

# Build artifacts
dist/
build/
*.egg-info/
