Telethon/.gitignore

24 lines
355 B
Plaintext
Raw Normal View History

# Generated code
/telethon/_tl/fn/
/telethon/_tl/*.py
2021-09-11 18:48:23 +03:00
/telethon/_tl/alltlobjects.py
2019-07-30 16:31:53 +03:00
/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
2021-09-12 14:27:13 +03:00
/example*.py