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

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Maturin
*.whl

# pytest
.pytest_cache/

# macOS
.DS_Store

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

# macOS
.DS_Store

# Docker
*.log
