Files
ha-text-ai/.gitignore
T
2026-07-13 00:44:56 +03:00

41 lines
367 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Archives
*.zip
# Home Assistant
.storage/
# Claude Code working files
handoff.*.md
CLAUDE.md
AGENTS.md
GEMINI.md
.claude/
.cursor/
.cursorrules
.windsurfrules
docs/specs/
docs/superpowers/
docs/plans/