__pycache__/
*.py[cod]

# Local runtime / tool state
.omx/

# OS / editor files
.DS_Store
Thumbs.db
.idea/
.vscode/

# Python environments
.venv/
venv/
env/

# Test / coverage caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

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