-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (45 loc) · 741 Bytes
/
.gitignore
File metadata and controls
55 lines (45 loc) · 741 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
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Flask stuff:
instance/
.webassets-cache
# Log files
install/PlatformInstall_*
logs/*.log*
# Sensitive information
secret_csrf
secret_key
config.py
parse.py
service-account.json
install/ci-vm/ci-windows/rclone.conf
# Build svgs
static/img/status/build-linux.svg
static/img/status/build-windows.svg
# Gunicorn
gunicorn.pid
# OS Generated Files
.DS_Store
# Coverage data
coverage_report/
.coverage
coverage.xml
# virtualenv
venv/
.vscode/
.idea/
.mypy_cache/
monkeytype.sqlite3
.pytype/
.env
# Test related data
temp/