# Python
venv
.venv/
__pycache__/
*.pyc

# Rust
target/

# IDE
.vscode/
.idea/

# OS
.DS_Store