# Rust
/target/
**/*.rs.bk
Cargo.lock
*.pdb

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
pip-wheel-metadata/
*.whl

# Virtual environments
venv/
env/
ENV/
.venv/

# PyO3/Maturin
*.o
*.a
*.dylib
*.dll
*.so.*

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.hypothesis/

# Documentation
docs/_build/
docs/.doctrees/
site/

# Benchmark results
criterion/
bench_results/

# Logs
*.log

# OS
Thumbs.db
.Spotlight-V100
.Trashes
