# Rust
/target/
Cargo.lock
*.rs.bk

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

# IDE
.idea/
.vscode/
*.iml

# Example output
trace.bin
diagram.html
