diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 3eb7410..0000000 --- a/.dockerignore +++ /dev/null @@ -1,36 +0,0 @@ -.git/ -.idea/ -.vscode/ -.venv/ -venv/ -env/ -ENV/ - -__pycache__/ -*.py[cod] -*.egg-info/ -.pytest_cache/ -.ruff_cache/ -.mypy_cache/ - -.DS_Store -Thumbs.db - -.env -.env.* -!.env.example -settings.ini - -tgbot/data/*.db -tgbot/data/*.db-* -tgbot/data/*.sqlite -tgbot/data/*.sqlite-* -tgbot/data/*.sqlite3 -tgbot/data/*.sqlite3-* -tgbot/data/*.log -tgbot/data/logs.log* -tgbot/data/sv_log_*.log* - -other/ -tmp/ -temp/