# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# venv / uv
.venv/
venv/

# tests / coverage / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# env / secrets
.env
.env.*
!.env.example

# IDE / OS
.idea/
.vscode/
.DS_Store

# LLM / AI-ассистенты
.claude/
.cursor/
.aider*
.continue/
.windsurf/
.github/copilot-instructions.md
CLAUDE.local.md

# mkdocs build output
/site/
