# Rust
target/

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

# IDE
.vscode/
.idea/
