# Python-generated files
__pycache__/
*.py[oc]
/build/
dist/
wheels/
*.egg-info
.pytest_cache/
.mypy_cache/
.ruff_cache/
.gandora/

# Virtual environments
.venv/

# Rust-generated files
/target/

.env
gandora.local.jsonc

# scratch output for local review — never shipped, never committed
/tmp/
