# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Packaging / lockfiles that should not be committed for a lib
*.egg

# C build artifacts
*.o
*.obj
*.a
*.elf
*.bin
*.hex
*.map

# Firmware host-test binary (no extension on POSIX, .exe on Windows)
firmware/tests/test_monitor
firmware/tests/test_monitor.exe
firmware/tests/test_monitor_asan
firmware/tests/test_monitor_asan.exe

# Capture databases
*.db
*.db-wal
*.db-shm

# Editor / OS cruft
.vscode/
.idea/
*.swp
.DS_Store

# superpowers brainstorm visual companion (local only)
.superpowers/
