-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
53 lines (53 loc) · 958 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# 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/