2016-08-26 20:12:20 +03:00
|
|
|
__pycache__/
|
2023-06-04 12:36:27 +03:00
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
2023-07-03 20:19:20 +03:00
|
|
|
*.egg-info/
|
2023-06-04 12:36:27 +03:00
|
|
|
.pytest_cache/
|
2023-07-03 20:19:20 +03:00
|
|
|
.mypy_cache/
|
2024-10-06 21:05:11 +03:00
|
|
|
.ruff_cache/
|
2024-10-19 16:55:33 +03:00
|
|
|
.venv/
|
2023-07-03 20:19:20 +03:00
|
|
|
dist/
|
2023-09-03 12:00:48 +03:00
|
|
|
dist-doc/
|
2023-07-03 20:19:20 +03:00
|
|
|
build/
|
2023-07-05 23:35:06 +03:00
|
|
|
**/tl/__init__.py
|
2023-07-03 20:19:20 +03:00
|
|
|
**/tl/layer.py
|
|
|
|
**/tl/abcs/
|
|
|
|
**/tl/functions/
|
|
|
|
**/tl/types/
|
2023-07-05 23:35:06 +03:00
|
|
|
**/mtproto/layer.py
|
|
|
|
**/mtproto/abcs/
|
|
|
|
**/mtproto/functions/
|
|
|
|
**/mtproto/types/
|
2023-09-02 01:48:26 +03:00
|
|
|
**/testbed.py
|
|
|
|
*.session
|