mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-22 01:47:34 +00:00
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
# Include files
|
|
include README.md COPYING COPYING.lesser NOTICE requirements.txt
|
|
recursive-include compiler *.py *.tl *.tsv *.txt
|
|
recursive-include tests *.py
|
|
|
|
# Exclude files
|
|
exclude pyrogram/raw/all.py
|
|
|
|
# Prune directories
|
|
prune pyrogram/errors/exceptions
|
|
prune pyrogram/raw/functions
|
|
prune pyrogram/raw/types
|
|
prune pyrogram/raw/base
|