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

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

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

# mypy / ruff
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

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

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Project Ghost specific
runs/
*.mcap
*.mcap.index
*.bag
.rerun/
configs/local/
profiling/
*.prof

# Generated protobuf
protos/_generated/
**/*_pb2.py
**/*_pb2.pyi

# OS
*.pid
*.log

# Jupyter
.ipynb_checkpoints/
*.ipynb
site/
