add ./downloads/

This commit is contained in:
2026-01-06 01:46:30 +07:00
parent 6042be7343
commit effc2044f4
2 changed files with 170 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

174
.gitignore vendored
View File

@@ -1,10 +1,176 @@
cookies.txt
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sbtarget/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
*.mp4
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# Медиа файлы
*.mp3
wireguard/wg_confs/wg0.conf
*.mp4
*.mp4.info.json
*.mp3.info.json
*.jpg
*.jpeg
*.png
*.info.json
*.gif
*.mov
*.avi
*.mkv
*.webm
*.flv
# Кэш и временные файлы бота
/cache/
/tmp/
downloads/
*.cache
*.tmp
# Конфигурационные файлы с чувствительными данными
config.py
secrets.py
cookies.txt
*.key
*.pem
*.crt
# Логи
*.log
logs/
# Операционные системы
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Редакторы
.vscode/
.idea/
*.swp
*.swo
*~