chore: update .dockerignore and MANIFEST.in to exclude additional vendor directories

This commit is contained in:
Ivan 2026-07-16 06:59:03 -05:00
parent bc926c5f93
commit 7a02eae651
No known key found for this signature in database
3 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@ screenshots/
vendor/lxmfy/tests/
vendor/lxmfy/docs/
vendor/lxmfy/.gitea/
vendor/offline/
# Development files
android/

View file

@ -9,6 +9,10 @@ include meshchatx/__init__.py
exclude meshchatx/src/frontend
recursive-exclude meshchatx/src/frontend *
recursive-exclude vendor/offline *
recursive-exclude vendor/lxmfy/tests *
recursive-exclude vendor/lxmfy/docs *
recursive-exclude vendor/lxmfy/docker *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Binary file not shown.