app/Carthage app/frameworks/default/Carthage app/frameworks/dev/Carthage app/frameworks/**/*.xcframework /target /app/target /warp.xcworkspace .idea/ .DS_Store *.icloud app/src/server/graphql/schema/generated crates/command-signatures-v2/js/build crates/command-signatures-v2/js/node_modules # For testing changes to the channel versions file channel_versions_test.json # Don't include any profiling output by accident. profile.pb *.mm_profdata chrome_profiler.json # Don't include any files that we write for testing purposes. crates/warp_files/test_data/test_write # Don't include fonts downloaded by the script used to generate font fallback code. script/font_fallback/downloaded_fonts # Don't include the generated Windows installer script/windows/Output .aider* # temporary vim files. Source: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore *~ [._]*.s[a-v][a-z] !*.svg # keep svg files [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] [._]sw[a-p] # Don't include the PTY recording. warp.pty.recording # Don't include captured frames generated locally. frame_capture_*.png # Don't include history file generated by migrations app/src/persistence/schema.rs.orig # Don't include personal Claude Code settings .claude/settings.local.json # Don't include Claude Code worktrees .claude/worktrees/ # Don't include Claude Code scheduled task lock .claude/scheduled_tasks.lock # Don't include ctags output tags # Tab drag development notes pr_cleanup.md desired_behavior.md # Don't include the python cache for bundled skills. __pycache__/ # Local Warp upstream reference checkout (used by pull_warp_feature skill) .galaxy/ # Project notes .note/