forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (37 loc) · 658 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (37 loc) · 658 Bytes
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
.idea/
build/
dist/
cefpython3/*.pyd
cefpython3/*.dll
cefpython3/*.exe
cefpython3/*.so
cefpython3/*.so.*
cefpython3/subprocess
cefpython3/chrome_crashpad_handler
cefpython3/Chromium Embedded Framework.framework/
cefpython3/*.pak
cefpython3/*.dat
cefpython3/*.bin
cefpython3/*.json
cefpython3/locales/
_cmake_test/
_skbuild/
venv/
*.log
__pycache__/
*.pyc
cefclient
webcache/
examples/screenshot.png
examples/pyinstaller/build/
examples/pyinstaller/dist/
examples/GPUCache/
examples/blob_storage/
examples/webrtc_event_logs/
unittests/GPUCache/
unittests/blob_storage/
unittests/webrtc_event_logs/
.DS_Store
MediaDeviceSalts
MediaDeviceSalts-journal
.claude/