sdk/target/
*.log
*.pt
*.pcap
images/
*.jpg
checkpoints/*.pt
artifacts/
lightning_logs/
runs/
dist/
__pycache__/
detectron2/
data/
node_modules/
.python-version
# dont save binary training data/outputs
*.cr
*.npy


# Temp folders from runnign integration test locally
**/bin-cpy/

# ignore nova model files until we have a need for them
assets/nova*

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

dist/

# RustRover
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

*.venv
.vscode/
venv/

default_static_sensor_config.json

*.egg-info

*test*.json

*_copy.*
*.pickle
*_cache/

.claude/
CLAUDE.md

# Build artifacts
build-orin-output/
crates/cobalt-pipelines/helius/build/

# we don't commit the lockfile; binary stability is not our main concern
uv.lock
# we're using uv
requirements.txt

# CUDA runtime libraries
libcobalt_cuda.so
