# Git .git .gitignore .github # Python __pycache__ *.py[cod] *$py.class *.so .Python .venv venv/ env/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db .env .env.local .env.*.local # Тестирование и coverage .pytest_cache/ .coverage htmlcov/ .mypy_cache/ .ruff_cache/ # Docker Dockerfile docker-compose*.yml .dockerignore # Документация и логи logs/ *.log README.md target.md test_frontend.txt feedback.txt my_anwer.txt requare_dev_prod.txt requare_dev_w_home.txt # Прочее config/ .editorconfig *.md