# Rust
/target/

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

# Python
__pycache__/
*.pyc
*.so

# OS
.DS_Store
Thumbs.db
