-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (54 loc) · 596 Bytes
/
.gitignore
File metadata and controls
57 lines (54 loc) · 596 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.db
*.sqlite3
.installed.cfg
parts
develop-eggs
bin
eggs
downloads
lib
lib64
build
.project
.pydevproject
include
.settings
TAGS
.idea
Include
Lib
.env
Procfile
tmp
.Python
local.cfg
_build
pip-selfcheck.json
pyvenv.cfg
geckodriver.log
# Various junk and temp files
.DS_Store
*~
.*.sw[po]
.build
.ve
*.bak
var
share
selenium
local
/dist/
/.*cache/
/.venv/
/.python-version
/.pytest_cache/
/scancodeio.egg-info/
*.rdb
*.aof
.vscode
.ipynb_checkpoints
# This is only created when packaging for external redistribution
/thirdparty/