Файл игнорирования репозитория

This commit is contained in:
2026-02-23 14:05:24 +07:00
commit 8f2efd1a40
2 changed files with 123 additions and 0 deletions

71
.gitignore vendored Normal file
View File

@@ -0,0 +1,71 @@
# .gitignore: Игнорируемые файлы для Python проектов
# Подробнее: https://github.com/github/gitignore/blob/main/Python.gitignore
### Python ###
# Виртуальные окружения и настройки
*.venv
*.env
venv/
env/
# Кэш интерпретатора
__pycache__/
*.py[cod]
*$py.class
# Пакеты и сборки
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.eg
*.egg
*.eggs
# Poetry
poetry.lock
.pypoetry/
### Логи и БД ###
*.log
*.logs
*.log.*
*.logs.*
log/
logs/
*.sqlite
*.db
### IDE ###
.idea/
.vscode/
*.swp
*.sublime-*
### OS ###
.DS_Store
Thumbs.db
### Тестирование ###
.coverage
htmlcov/
.tox/
.nox/
.pytest_cache/
.mypy_cache/
test/
tests/
_count.py
requirements.txt