# Rust
/target/

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.so
*.egg-info/
dist/
*.whl

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Benchmarks
benchmarks/

# Misc
*.swp
*.swo
*~
