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

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
.venv/
dist/
stackforge.egg-info/

# IDE
.vscode/
.idea/

# Tools
.bin/
