Fountain Coach Gitowner-controlled · read only

FountainKit.git · .gitignore

FountainKit.git / .gitignore

revision 7076fbb234a96c72045b57fcc27096b857d2eeaa · complete file

# Node / Vite
Workspace/chatkit-dev/node_modules/
Workspace/chatkit-dev/dist/
Workspace/chatkit-dev/.vite/
Workspace/chatkit-dev/package-lock.json
Public/**/node_modules/

# Demo logs
Workspace/demos/chatkit-web/.demo-logs/
Workspace/chatkit-dev/.dev-logs/

# Swift build artifacts
.build/
Packages/**/.build/

# macOS
.DS_Store

# Fountain local runtime artifacts
.fountain/
logs/

# App bundles and distribution artifacts
Dist/

# Core ML models (fetched or converted locally)
Public/Models/*.mlmodel
Public/Models/*.mlmodelc
External/Models/*.mlmodel
External/Models/*.mlmodelc

# Local embedded repos (do not track as submodules)
External/LocalAgent/
External/swiftcurseskit/
External/AudioTalk/
External/AudioTalk-LegacyDocs/
Workspace/the-four-stars/

# Codex CLI local configs (do not commit)
/codex*.toml
.codex-allow-danger