Cat-Printer/.gitignore

54 lines
958 B
Plaintext

# python stuffs
__pycache__
venv
.venv
wvenv
_install.bat
server.bat
dist
# Compatibility version of script, for old-old webView,
# generated by typescript tsc
www/main.comp.js
# https://www.npmjs.com/package/vconsole
www/vconsole.js
# https://github.com/delight-im/Android-AdvancedWebView
build-android/advancedwebview
# cd wasm && npm install
wasm/node_modules
# python bytecode
*.pyc
# releases
build-android/dist
*.apk
*.apk.*
cat-printer*.zip
cat-printer-sha256-*.txt
# bleak, the bare pip package as a folder
build-common/bleak
# python embeddable package, historically with bleak_winrt inside
build-common/python-win32*
build-common/python-w32*
# bleak_winrt is now outside python-w32
build-common/bleak_winrt
# local pf2
pf2
pf2.zip
*.pf2
# archlinux package build files
cat-printer-git
pkg
*.pkg.tar.zst
# dev config
config.json
# dev backup
*.bak
# test files
*.dump
*.pbm
test.png
# some other junk
.directory
thumbs.db
thumbs.db:encryptable
env/