Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions apps/conference-demos/rgb-depth-connections/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions apps/default-app/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions camera-controls/depth-driven-focus/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions camera-controls/lossless-zooming/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions camera-controls/manual-camera-control/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

35 changes: 32 additions & 3 deletions custom-frontend/dynamic-yolo-world/.oakappignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
com-luxonis*
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# Multimedia files
media/

# Documentation
README.md

# VCS
.gitignore
node_modules
media/
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

54 changes: 34 additions & 20 deletions custom-frontend/raw-stream/.oakappignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
native
README.md
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# Docker files
*.Dockerfile
.gitignore
.gitlab-ci.yml
Dockerfile
node_modules
.cache

*.oakapp
# Build artifacts
.cache
native

# Python
**/venv/
**/.venv/
**/.mypy_cache/
**/.ruff_cache/
# Multimedia files
media/

# Node.js
**/node_modules/
# Documentation
README.md

# VCS
**/.git/
**/.github/
**/.gitlab/
.gitignore
.git/
.github/
.gitlab-ci.yml
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
**/.idea
**/.vscode
**/.zed
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions depth-measurement/3d-measurement/rgbd-pointcloud/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions depth-measurement/calc-spatial-on-host/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions depth-measurement/stereo-on-host/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions depth-measurement/stereo-runtime-configuration/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

27 changes: 27 additions & 0 deletions depth-measurement/triangulation/.oakappignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Python virtual environments
venv/
.venv/

# Node.js
# ignore node_modules, it will be reinstalled in the container
node_modules/

# VCS
.git/
.github/
.gitlab/

# The following files are ignored by default
# uncomment a line if you explicitly need it

# !*.oakapp

# Python
# !**/.mypy_cache/
# !**/.ruff_cache/

# IDE files
# !**/.idea
# !**/.vscode
# !**/.zed

Loading
Loading