-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (38 loc) · 737 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (38 loc) · 737 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
# ============================
# SECURITY - NEVER UPLOAD THESE
# ============================
gcs_key.json
config.json
"config (1).json"
# ============================
# Python
# ============================
venv/
env/
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
# ============================
# Node / Electron
# ============================
node_modules/
# ============================
# Logs, Backups, Runtime Data
# ============================
logs/
backups/
detection_output.json
*.log
# ============================
# Personal / Miscellaneous Documents
# ============================
*.pdf
*.docx
"requirements (1).txt"
# ============================
# OS Generated Files
# ============================
.DS_Store
Thumbs.db