diff --git a/.dockerignore b/.dockerignore index f90d979..4b9969e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,36 +1,39 @@ -# .dockerignore: Исключения для Docker сборки -# Игнорировать всё, кроме необходимого для production +# Исключить скрытые системные каталоги, но не всё подряд +.git/ +.gitattributes +.gitignore -**/.git -**/.gitignore -**/.dockerignore -**/Dockerfile -**/README.md +# Виртуальные окружения и Python-кэш +.venv/ +__pycache__/ +*.py[cod] +*.pyo -# Директории -**/__pycache__ -**/.mypy_cache -**/.pytest_cache -**/.idea -**/.vscode -**/test -**/tests -**/docs -**/examples +# IDE-файлы +.idea/ +.vscode/ -# Файлы -**/*.pyc -**/*.pyo -**/*.pyd -**/*.egg-info -**/*.log -**/*.logs -**/*.sqlite -**/*.db -config/.env -**/docker-compose* +# Тесты и документация +tests/ +test/ +docs/ +examples/ -# Артефакты сборки -**/build -**/dist -**/node_modules +# Логи и артефакты сборки +*.log +*.logs +Logs/ +Log/ +dist/ +build/ + +# Примеры и шаблоны +env_example +.env + +# Опционально (если не нужны в образе): +docker-compose.yml +poetry.lock +pyproject.toml +README.md +LICENSE diff --git a/.gitignore b/.gitignore index 5c7d07d..0e877d1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,8 @@ ### Python ### # Виртуальные окружения и настройки -config/.env -../../../../Desktop/PostBot/.venv +configs/.env +.venv venv/ env/ ENV/ @@ -65,3 +65,4 @@ htmlcov/ .nox/ .pytest_cache/ .mypy_cache/ +/.env diff --git a/.idea/PRIMOSTORYFINAL.iml b/.idea/PRIMOSTORYFINAL.iml index 0685815..93cd0ef 100644 --- a/.idea/PRIMOSTORYFINAL.iml +++ b/.idea/PRIMOSTORYFINAL.iml @@ -6,9 +6,19 @@ + + + - + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a8f81ca..4766e81 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,40 +5,57 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +