__pycache__/
*.py[cod]
*$py.class
*.so

.Python
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

uv.lock
.venv/
venv/
env/
ENV/

.env
.env.local

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml

.idea/
.vscode/
.DS_Store

# CLI state written into the checkout by YOUGILE_CONFIG_DIR=.
# (never commit: hosts.yml holds a live API key)
/config.yml
/hosts.yml
/cache/
/.config.yml-*
/.hosts.yml-*

# Материалы прогонов /autopilot: только локально
.autopilot/
