29 lines
351 B
Plaintext
29 lines
351 B
Plaintext
# Node
|
|
node_modules/
|
|
pikit-web/node_modules/
|
|
pikit-web/dist/
|
|
pikit-web/test-results/
|
|
pikit-web/.vite/
|
|
pikit-web/coverage/
|
|
pikit-web/playwright-report/
|
|
pikit-web/.cache/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# OS/Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
|
|
# Build artifacts
|
|
*.log
|
|
|
|
# QEMU images / large artifacts
|
|
qemu-dietpi/
|
|
out/
|
|
|
|
# Stock images (large)
|
|
images/stock/
|