Files
custom-streamdeck/.gitignore
2026-05-10 12:46:33 +02:00

30 lines
298 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
.venv/
venv/
env/
# Local app data
data/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/*.tsbuildinfo
# Logs
*.log
!button_log.txt
# OS / editors
.DS_Store
Thumbs.db