# Rust build
target/

# Files generated during test
test/integration/actual_out*
actual_out*/

# Python cache (harness / fixture generators)
__pycache__/
*.pyc
.venv/

# Generated by build
/dist

# IDEs configs/caches
.vscode
.idea
.run
