multica/.gitignore
Jiayuan Zhang 7fdd0dbd3d chore: add __pycache__ to gitignore and remove committed cache
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:32:24 +08:00

33 lines
307 B
Text

node_modules
dist
*.log
.DS_Store
# build outputs
.next
out
.turbo
build
bin
dist-electron
release
*.tsbuildinfo
# env
.env*
!.env.example
!apps/desktop/.env.production
!apps/desktop/.env.development
# platform specific
*.dmg
*.app
*.apk
*.ipa
monorepo.md
# python
__pycache__
# test coverage
coverage