Telethon/.gitignore
2023-07-05 22:35:18 +02:00

18 lines
239 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
dist/
build/
**/tl/__init__.py
**/tl/layer.py
**/tl/abcs/
**/tl/functions/
**/tl/types/
**/mtproto/layer.py
**/mtproto/abcs/
**/mtproto/functions/
**/mtproto/types/