# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
logs/
*.log
data/
*.db
*.sqlite

# Config (keep examples)
config/*.yaml
!config/*.example.yaml

# Temporary files
tmp/
temp/
*.tmp

# Docker volumes
prometheus-data/
grafana-data/
mqtt-data/

# Model files
*.pkl
*.h5
*.onnx
*.pb

# ROS
.catkin_workspace
.catkin_tools/
build/
devel/
install/
log/

# Colcon
build/
install/
log/

# Ignore version file (auto-generated by hatch-vcs)
agent_ros_bridge/_version.py

# Ignore local config
*.local.yaml
*.local.yml
*.local.json

# Ignore test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ignore node_modules if any
node_modules/

# Ignore compiled proto files (but not our hand-written ones)
*_pb2_grpc.py
# *_pb2.py - Uncomment when using protoc generation
# We commit bridge_pb2.py for now since it provides gRPC service definitions

# Ignore local environment
.env.local
.env.*.local

# Ignore memory directory (personal notes)
memory/

# OpenClaw workspace files (local configuration)
AGENTS.md
BOOTSTRAP.md
HEARTBEAT.md
IDENTITY.md
SOUL.md
TOOLS.md
USER.md
SYSTEM_OPTIMIZATION_PLAN.md
.openclaw/

# Analysis files (local only)
clawhub_vs_rosclaw_analysis.md
rosclaw_comparison.md
docs/ARCHITECTURE_DIAGRAM_SPEC.md
docs/CHALLENGE_ANALYSIS_REPORT.md
docs/CODEBASE_METRICS.md
docs/CODE_ANALYSIS_DEEP.md
docs/LOVART_PROMPTS.md
docs/LOVART_SCRIPT.md
docs/PROJECT_CONTEXT.md
docs/VISUALIZATION_GUIDE.md
archive/
.gitmodules
