# Prettier ignore file

# Dependencies
node_modules/
pnpm-lock.yaml
.pnpm-store/

# Build output
dist/
build/
linux-unpacked/
win-unpacked/
mac-unpacked/

# Public assets and libraries
meshchatx/public/
meshchatx/src/frontend/public/
meshchatx/src/frontend/style.css

# Other
storage/
__pycache__/
.venv/
MagicMock/
*.min.js
*.wasm
*.proto

# Documentation and misc
misc/README.md
android/README.md
CHANGELOG.md

# Gradle-synced Chaquopy Python tree (bundled HTML/JS fails strict Prettier parse)
android/app/src/slim/python/meshchatx/
android/app/src/full/python/meshchatx/
