# Flutter / Dart
.dart_tool/
.packages
.pub-cache/
.pub/
build/
pubspec.lock
.flutter-plugins
.flutter-plugins-dependencies

# Generated platform runners not yet committed (regenerate with
# `flutter create --platforms=<platform> .`). macos/ and android/ ARE
# committed real source now (see ../../.github/workflows/companion-scaffold.yml)
# because they need build-time entitlement/manifest patches that a fresh
# `flutter create` silently drops -- see scripts/fix-*.sh.
/ios/
/linux/
/windows/
/web/

# IDE
.idea/
*.iml
.vscode/

# Misc
*.log
.DS_Store
