# Секреты — НИКОГДА не коммитить
.env

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/

# IDE
.vscode/
.idea/
