# Rust
/target/
*.dSYM/

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

# Benchmarks
benchmarks/fixtures/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
