We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1925079 commit 91031c1Copy full SHA for 91031c1
dynamic-calibration/.oakappignore
@@ -0,0 +1,37 @@
1
+# Python virtual environments
2
+venv/
3
+.venv/
4
+
5
+# Node.js
6
+# ignore node_modules, it will be reinstalled in the container
7
+node_modules/
8
9
+# Multimedia files
10
+media/
11
12
+# Documentation
13
+README.md
14
15
+# VCS
16
+.git/
17
+.github/
18
+.gitlab/
19
20
+# Ignore specific files in utils/
21
+utils/dynamic_calibration_interative.py
22
+utils/helper_functions.py
23
24
+# The following files are ignored by default
25
+# uncomment a line if you explicitly need it
26
27
+# !*.oakapp
28
29
+# Python
30
+# !**/.mypy_cache/
31
+# !**/.ruff_cache/
32
33
+# IDE files
34
+# !**/.idea
35
+# !**/.vscode
36
+# !**/.zed
37
0 commit comments