oy-cli 0.8.7

Local AI coding CLI for inspecting, editing, running commands, and auditing repositories
Documentation
# Rust build artifacts
target/

# Python bytecode
__pycache__/
*.py[cod]

# Python packaging/build artifacts
*.egg-info/
.eggs/
dist/
build/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/

# Tool caches and test output
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.hypothesis/
.tox/
.nox/
.cache/
.coverage
.coverage.*
htmlcov/

# Logs
*.log

# OS/editor noise
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/

# Local config/session smoke-test artifacts
.config/oy-rust/

# Local audit artifacts
.tmp/