Telethon/.gitignore

23 lines
293 B
Plaintext
Raw Permalink Normal View History

__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/
.ruff_cache/
2024-10-19 16:55:33 +03:00
.venv/
2023-07-03 20:19:20 +03:00
dist/
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