30 lines
298 B
Plaintext
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
|