.idea

desktop.ini
.vscode
.ipynb_checkpoints/
*.pyc
*.pt
*_log.txt
*.mat
*.o
*.c
*.h
*.db
*.binaryfile
*.cpython-38.pyc
bin/
models/
state
node_modules/

stadle/lib/__pycache__/
stadle/lib/util/__pycache__/
stadle/__pycache__/
stadle/agent/__pycache__/
stadle/aggregator/__pycache__/
prototypes/__pycache__/
stadle/pseudodb/__pycache__/
prototypes/minimal/__pycache__/
ops/__pycache__/

a1/
a2/
backup
data
db

.DS_Store
*.DS_Store

prototypes/Stadle_Robotics/AppData/

# Default ignored files
/shelf/
/workspace.xml
build/
dist/
stadle_client.egg-info/

.eggs/

# ignored environments
ENVCLIENT/
DEVCLIENT/
ENVDEPLOY/

# YOLO example-specific ignores
prototypes/examples/yolo_example/dataset
prototypes/examples/yolo_example/yolov5
prototypes/examples/yolo_example/output

# pytest specific ignores
.pytest_cache/