/target
# Secrets — never commit
.env
.env.*
*.key
*.pem
secrets.toml
config.toml
# Generated images and their prompt sidecars (anywhere in the tree)
*.png
*.jpg
*.jpeg
*.webp
*.prompt.json
# LocalAI runtime artifacts (created if `local-ai run` is invoked from the repo)
/backends/
/aria-*.json
/aria-*.log
/models/
# OS / editor cruft
.DS_Store
.idea/
.vscode/
*.swp