.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .ruff_cache
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. wheels/
  22. pip-wheel-metadata/
  23. share/python-wheels/
  24. *.egg-info/
  25. .installed.cfg
  26. *.egg
  27. MANIFEST
  28. # PyInstaller
  29. # Usually these files are written by a python script from a template
  30. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  31. *.manifest
  32. *.spec
  33. # Installer logs
  34. pip-log.txt
  35. pip-delete-this-directory.txt
  36. # Unit test / coverage reports
  37. htmlcov/
  38. .tox/
  39. .nox/
  40. .coverage
  41. .coverage.*
  42. .cache
  43. nosetests.xml
  44. coverage.xml
  45. *.cover
  46. *.py,cover
  47. .hypothesis/
  48. .pytest_cache/
  49. # Translations
  50. *.mo
  51. *.pot
  52. # Django stuff:
  53. *.log
  54. local_settings.py
  55. db.sqlite3
  56. db.sqlite3-journal
  57. # Flask stuff:
  58. instance/
  59. .webassets-cache
  60. # Scrapy stuff:
  61. .scrapy
  62. # Sphinx documentation
  63. docs/_build/
  64. # PyBuilder
  65. target/
  66. # Jupyter Notebook
  67. .ipynb_checkpoints
  68. # IPython
  69. profile_default/
  70. ipython_config.py
  71. # pyenv
  72. .python-version
  73. # pipenv
  74. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  75. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  76. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  77. # install all needed dependencies.
  78. #Pipfile.lock
  79. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  80. __pypackages__/
  81. # Celery stuff
  82. celerybeat-schedule
  83. celerybeat.pid
  84. # SageMath parsed files
  85. *.sage.py
  86. # Environments
  87. .env
  88. .venv
  89. env/
  90. venv/
  91. ENV/
  92. env.bak/
  93. venv.bak/
  94. # Spyder project settings
  95. .spyderproject
  96. .spyproject
  97. # Rope project settings
  98. .ropeproject
  99. # mkdocs documentation
  100. /site
  101. # mypy
  102. .mypy_cache/
  103. .dmypy.json
  104. dmypy.json
  105. # Pyre type checker
  106. .pyre/
  107. *__pycache__
  108. *.pyc
  109. hikka/api_token.py
  110. hikka/loaded_modules
  111. loaded_modules
  112. hikka/debug_modules
  113. hikka*.session*
  114. database-*.json
  115. *.swp
  116. .setup_complete
  117. .tox
  118. .idea/
  119. venv/
  120. api_token.txt
  121. .coverage
  122. .vscode/
  123. ftg-install.log
  124. config.ini
  125. .cache
  126. config-*.json
  127. config.json
  128. *cache*.json
  129. *.png
  130. *.jpg
  131. *.jpeg
  132. *.webp
  133. *.webm
  134. *.tgs
  135. *.mp4
  136. *.mp3
  137. *.ogg
  138. *.m4a
  139. *.mp3
  140. *.avi
  141. # Heroku-specific rules
  142. .heroku/
  143. .apt/
  144. .profile.d/
  145. vendor/
  146. Pipfile.lock
  147. hikka.log.*
  148. unknown_errors.txt