Skip to content

Commit 91031c1

Browse files
committed
Adding oakappignore
1 parent 1925079 commit 91031c1

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

dynamic-calibration/.oakappignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)