Files
chat_grid/.gitignore
2026-04-17 11:09:41 +02:00

31 lines
390 B
Plaintext

# Local config/state
.env
livekit.yaml
server/.env
server/config.toml
server/runtime/
# Python
server/.venv/
**/__pycache__/
*.py[cod]
.pytest_cache/
# Node/Vite
client/node_modules/
client/dist/
# OS/editor/log noise
.DS_Store
*.log
*.bak
# Local planning scratch
plans/
# Host-local notes
local/
# Ignore actual sounds in sounds/widgets/
sounds/widgets/*.ogg
sounds/widgets/**/*.ogg