# Python caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

# Virtual environments
.venv/
uv.lock

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

# Coverage
.coverage
htmlcov/

# Local environment files
.env
.env.*

# Editor settings
.idea/

# Finder (MacOS) folder config
.DS_Store

# OMX runtime state
.omx/
