mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
33 lines
276 B
Plaintext
33 lines
276 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
|
|
CLAUDE.md
|
|
docs/specs/
|
|
docs/superpowers/
|