.venv/
venv/
env/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/
wheels/

.env
.env.local
*.local

.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Cursor: локальный конфиг с абсолютными путями (см. .cursor/mcp.example.json)
.cursor/mcp.json

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

*.log

playbooks/*/reports/
