surfaces/.gitignore
Mikhail Putilovskij 41660fe84a refactor: rename platform/ → sdk/ to avoid stdlib conflict
platform/ shadowed Python's stdlib platform module, breaking
aiogram/aiohttp/multidict at import time. Renamed to sdk/ and
updated all imports across core/, tests/, and adapter/telegram/.
2026-03-31 21:57:23 +03:00

31 lines
361 B
Text

# Claude Code — локальные агенты и конфиги
.claude/
CLAUDE.md
# Secrets
.env
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
# Git worktrees (не трекаем в репо)
.worktrees/
# IDE
.idea/
.vscode/
*.swp
# Visual brainstorming sessions
.superpowers/
# Tests
.pytest_cache/
.coverage
htmlcov/
*.DS_Store