# Binaries (in root only)
/coi
/claude-on-incus
*.exe
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage/
coverage.html

# Dependency directories
vendor/

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.venv/

# Build artifacts
dist/
build/
!tests/build
internal/image/embedded/
internal/config/embedded/

# Test artifacts
tmp/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Config files (for local testing)
.claude-on-incus.toml
test-config.toml

# Session data (for local testing)
.claude-on-incus/

# opencode data (created when running opencode in workspace)
.local/

# Backup files
*.bck.yml
*.backup
