mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
41 lines
367 B
Plaintext
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/
|