2017-11-21 14:56:53 +03:00
|
|
|
# Generated code
|
2019-07-30 16:31:53 +03:00
|
|
|
/telethon/tl/functions/
|
|
|
|
/telethon/tl/types/
|
|
|
|
/telethon/tl/patched/
|
|
|
|
/telethon/tl/alltlobjects.py
|
|
|
|
/telethon/errors/rpcerrorlist.py
|
2016-08-26 20:12:20 +03:00
|
|
|
|
2016-09-04 12:07:18 +03:00
|
|
|
# User session
|
|
|
|
*.session
|
2020-10-25 12:26:06 +03:00
|
|
|
/usermedia/
|
2017-06-15 16:50:44 +03:00
|
|
|
|
2020-10-25 12:26:06 +03:00
|
|
|
# Builds and testing
|
2016-08-26 20:12:20 +03:00
|
|
|
__pycache__/
|
2020-10-25 12:26:06 +03:00
|
|
|
/dist/
|
2020-10-25 12:49:38 +03:00
|
|
|
/build/
|
2020-10-25 12:26:06 +03:00
|
|
|
/*.egg-info/
|
|
|
|
/readthedocs/_build/
|
|
|
|
/.tox/
|
2016-08-26 20:12:20 +03:00
|
|
|
|
2020-10-25 12:26:06 +03:00
|
|
|
# API reference docs
|
|
|
|
/docs/
|
2016-08-26 20:12:20 +03:00
|
|
|
|
2020-10-25 12:26:06 +03:00
|
|
|
# File used to manually test new changes, contains sensitive data
|
|
|
|
/example.py
|