Reboot project

This commit is contained in:
Lonami Exo
2023-06-04 11:36:27 +02:00
parent c3bddf9440
commit fb41cc0546
219 changed files with 17 additions and 44190 deletions

25
.gitignore vendored
View File

@@ -1,23 +1,4 @@
# Generated code
/telethon/tl/functions/
/telethon/tl/types/
/telethon/tl/alltlobjects.py
/telethon/errors/rpcerrorlist.py
# User session
*.session
/usermedia/
# Builds and testing
__pycache__/
/dist/
/build/
/*.egg-info/
/readthedocs/_build/
/.tox/
# API reference docs
/docs/
# File used to manually test new changes, contains sensitive data
/example.py
*.py[cod]
*$py.class
.pytest_cache/