# Prettier ignore file

# Vendored third-party trees (not formatted here)
vendor/

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

# Lockfiles (avoid massive churn; not hand-edited as prose)
poetry.lock
uv.lock

# 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/main/python/meshchatx/
