surfaces/.gitignore
Mikhail Putilovskij 191175159a chore: remove .claude/ and CLAUDE.md from tracking
Co-Authored-By: Claude Sonnet 4-6 <noreply@anthropic.com>
2026-03-27 00:55:00 +03:00

28 lines
314 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
# Tests
.pytest_cache/
.coverage
htmlcov/
*.DS_Store