Telethon/.gitignore
Lonami Exo e4d88e061d Create Python tools in favour of shell scripts
Python is likely to be installed when working on Python code,
which should make it more portable and consistent.
2023-09-03 11:00:48 +02:00

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