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

# IDA databases & sidecars (never commit binaries/analysis)
*.i64
*.idb
*.id0
*.id1
*.id2
*.nam
*.til

# spectrIDA runtime output
output/

# env / secrets
.env
