# Compiled class file
*.class
*.pyc

# Log file
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Package Files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

# IDE
.idea/
*.iws
*.iml
*.ipr
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/mcp.json
.settings/
.project
.classpath

# Node
node_modules/
dist-ssr/

# OS
.DS_Store
Thumbs.db

# Local config
*.local
application-local.yml

# Editor files
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swp

# Build stats
stats.html

# Miscellaneous
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

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

# 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
