# Rust
/target/
**/*.rs.bk

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# IDE and local tooling
.idea/
.vscode/
*.swp
*.swo
.venv/

# Operator-owned credentials and host-local runtime configuration.
/.env
/.env.*

# Local model artifacts
/models/
/models-local/
*.gguf

# Agent-local instruction and scratch files
AGENTS.md
CLAUDE.md
GEMINI.md
opencode.json
/.internal/
automatosx/
.automatosx/
.ax-grok/
.gemini/
Archived/

# Generated logs and language artifacts
*.log
node_modules/
dist/
__pycache__/
*.pyc
