Files
KPN/.gitignore
T
dtourolle 454f72c167
🚦 CI / changes (push) Successful in 44s
🚦 CI / docker (push) Has been skipped
🚦 CI / test (push) Has been skipped
🚦 CI / tsan (push) Has been skipped
🚦 CI / docs (push) Has been skipped
chore: ignore generated ORT engine cache
ort_cache/ holds .ort engines built on first run from the .onnx models.
They are machine- and version-specific build products, not sources.
2026-08-04 14:04:50 +02:00

31 lines
283 B
Plaintext

# Build output
build/
build_test/
build_debug/
site/
# Python
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.egg-info/
dist/
*.egg
.venv/
venv/
# Editors
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Claude Code local settings
.claude/settings.local.json
include/kpn/ort_cache/