LocalAgent.git · .gitignore
LocalAgent.git / .gitignore
revision 2c66c92eb2bc550dcf15c8450a61943f8d9c9df4 · complete file
# macOS system files .DS_Store # Xcode build artifacts and user data build/ DerivedData/ *.xcodeproj *.xcworkspace *.xcuserstate *.xcuserdata/ # Swift Package Manager build output /.build/ /.swiftpm/ # Carthage build directory Carthage/Build/ # CocoaPods artifacts Pods/ Podfile.lock # Node modules (if using JS/TS tooling) node_modules/ # Model weights and large data files Models/ # IDE settings .idea/ .vscode/ # Temporary files *~ *.swp # Local configuration files (rename and commit as .example if needed) agent-config.json