Telethon/.gitignore
2024-10-06 20:05:11 +02:00

22 lines
286 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_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