mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
12 lines
343 B
Text
12 lines
343 B
Text
recursive-include meshchatx/public *
|
|
recursive-include meshchatx/src/backend *
|
|
include meshchatx/src/version.py
|
|
include meshchatx/src/__init__.py
|
|
include meshchatx/meshchat.py
|
|
include meshchatx/__init__.py
|
|
|
|
exclude meshchatx/src/frontend
|
|
recursive-exclude meshchatx/src/frontend *
|
|
recursive-exclude * __pycache__
|
|
recursive-exclude * *.py[co]
|
|
|