# Rust build
/target/

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/

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

# OS
.DS_Store
Thumbs.db

# Coverage
*.profraw
*.profdata
tarpaulin-report.html
cobertura.xml
lcov.info
