# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
dist-verify/
build/
.eggs/
*.egg
.pytest_cache/
.hypothesis/
.venv/
.venv-*/
venv/
ENV/
env/

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Benchmarking
criterion/

/.sisyphus/
/.benchmarks/
