# Rust
/target

# Python
.python-version
.mypy_cache
__pycache__/
*.pyc
.venv/
venv/
dist/
build/
*.egg-info/
*.egg

# Compiled extensions
*.so
*.dylib
*.dSYM

# macOS
.DS_Store