# Rust
target/

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

# macOS
.DS_Store

# IDE
.idea/
.vscode/
*.swp

