Skip to content
Open
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
64 changes: 43 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Python-generated files
# -----------------------------
# Python
# -----------------------------
__pycache__/
*.py[oc]
build/
Expand All @@ -8,38 +10,58 @@ wheels/
.ruff_cache/
.pytest_cache/

# Virtual environments
.venv
# -----------------------------
# Virtual Environments
# -----------------------------
.venv/
env/
venv/
*.lock

# Environment variables
# -----------------------------
# Environment & Config
# -----------------------------
.env
*.lock
config/iris_ai.json
config/memory
config/.runtime.json5

# IDE
# -----------------------------
# IDE / Editors
# -----------------------------
.vscode/
.idea/

# Debug files
# -----------------------------
# OS Specific
# -----------------------------
.DS_Store
Thumbs.db

# -----------------------------
# Logs / Debug / Temporary
# -----------------------------
logs/
front_image.jpg
turtlebot4_debug.jpg
turtlebot.jpg

# Mac specific lint
.DS_Store
config/iris_ai.json
*.log
launch.sh

# AI models
*.pt

# Logs
logs/

# Data files
# -----------------------------
# Data / Artifacts
# -----------------------------
*.jsonl
*.pt
*.jpg
/zenohdb
/locations

# Mode system state files
config/memory
config/.runtime.json5
# -----------------------------
# Distribution / Packaging
# -----------------------------
*.tar.gz
*.zip
*.whl
*.egg
MANIFEST