mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
e4d88e061d
Python is likely to be installed when working on Python code, which should make it more portable and consistent.
21 lines
273 B
Plaintext
21 lines
273 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
dist/
|
|
dist-doc/
|
|
build/
|
|
**/tl/__init__.py
|
|
**/tl/layer.py
|
|
**/tl/abcs/
|
|
**/tl/functions/
|
|
**/tl/types/
|
|
**/mtproto/layer.py
|
|
**/mtproto/abcs/
|
|
**/mtproto/functions/
|
|
**/mtproto/types/
|
|
**/testbed.py
|
|
*.session
|