forked from luxonis/depthai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
69 lines (64 loc) · 731 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Byte-compiled / optimized / DLL files
__pycache__/
# General
.DS_Store
.vscode
*.log
# Distribution / packaging
.Python
build/
package/*.tar
package/*.tar.gz
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
*darwin.so
MANIFEST
*.idea
# DepthAI-Specific
*dataset*
.fw_cache/
depthai.calib
mesh_left.calib
mesh_right.calib
intrinsic.json
intrinsic_calib_m2
log_system_information.json
resources/*.json
*.h264
*.h265
*.mkv
*.mp4
*.blob*
*.cmd
*.mvcmd
*.so
*.prof
*.calib
*.csv
*.img
.aux_wheels
*.whl
*.orig
# Virtual environment
virtualenv/
venv/
.venv/
# DepthAI recordings
recordings/
# PyPi token
.pypirc
calib_data