# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env
.env.*
!.env.example

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Coverage
.coverage
.coverage.*
htmlcov/

# Model weights / local caches (voice, vision, VLA checkpoints etc.)
models/
*.gguf
*.onnx
*.pt
*.ckpt

# Logs and local runtime state
*.log
.effero/
sessions/

# Rust
/target/
**/target/


# Agent scratch and teamwork coordination metadata
.agents/
ORIGINAL_REQUEST.md
PROJECT.md
TEST_INFRA.md
