FountainKit.git · .gitignore
FountainKit.git / .gitignore
revision 2a047ae1d31b17ccd4c8d37fe9fa6c84a61d0be7 · 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