mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-01 01:35:46 +00:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
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]
|
|
|