.gitignore 64 B

12345678
  1. __pycache__/
  2. *.pyc
  3. .idea/
  4. account_cache/
  5. logs/
  6. img/
  7. .venv/
  8. venv/