# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/

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

# Local environment and secrets
.env
.env.*
*.pem
*.key

# Local OMX workflow state
.omx/
