# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
.vscode/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
/coverage/

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

.ac/
.playwright-cli/

# Local agent-instruction sync tool cache (machine-specific absolute paths)
.sync-agents-cache.json

# Local sibling-package path wiring (dev only)
pubspec_overrides.yaml

# Worktrees Claude Code creates for parallel sessions and isolated subagents.
# Only this subdirectory: the rest of `.claude/` is tracked, because the rules
# under it are part of the repository.
#
# They sit inside the working tree rather than beside it. `git clean -xdf` leaves them
# alone: git's nested-repository guard resolves a gitfile too, so it reports "Skipping
# repository .claude/worktrees/<slug>" and the contents survive. `git clean -xdff` does
# not skip them, and wipes a live worktree while `.git/worktrees/<slug>` survives,
# leaving a registration that `git worktree prune` then has to clear.
.claude/worktrees/
