# Python and tooling
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
.venv/

# Editors and operating systems
.idea/
.vscode/
.DS_Store

# Local configuration and credentials
.env
.env.*
!.env.example
credentials/
secrets/
*bottoken*
*client-id*
*client_id*
*.token
*.jwt
*.pem
*.key
*.p12
*.pfx

# Robot/application artifacts: never commit real device or household data
*.apk
*.aab
*.so
*.ab
*.hprof
*.pcap
*.pcapng
*.sqlite
*.sqlite3
*.db
*.pb
*.ply
*.mp4
*.m4a
*.wav
*.webp
*.png
*.jpg
*.jpeg
captures/
*-capture/
snapshots/
decoded-maps/
exported-voxels/
extracted-media/
research-private/
*.jsonl
