mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 19:03:46 +03:00
24 lines
355 B
Plaintext
24 lines
355 B
Plaintext
# Generated code
|
|
/telethon/_tl/fn/
|
|
/telethon/_tl/*.py
|
|
/telethon/_tl/alltlobjects.py
|
|
/telethon/errors/rpcerrorlist.py
|
|
|
|
# User session
|
|
*.session
|
|
/usermedia/
|
|
|
|
# Builds and testing
|
|
__pycache__/
|
|
/dist/
|
|
/build/
|
|
/*.egg-info/
|
|
/readthedocs/_build/
|
|
/.tox/
|
|
|
|
# API reference docs
|
|
/docs/
|
|
|
|
# File used to manually test new changes, contains sensitive data
|
|
/example*.py
|