# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtualenv
.venv/
venv/
ENV/
env/

# Pytest
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~

# Cursor
.cursor/

# OS
.DS_Store
Thumbs.db

# Env (секреты не коммитить)
.env
.env.local
.env.*.local
pypi_credentials.env

# MCP config с ключами (пример — в репо, свой — нет)
mcp.json

# Логи сессий solve_in_workspace (не коммитить)
workspace_sessions_logs/
