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

# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.venv/
venv/
dist/
build/
*.so
*.pyd
*.pdb
*.whl

# Verification scratch
verify/stack.txt
verify/W_rust.txt

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