# temp files
*~

# IDE
.vscode/

# Rust
/target

# Python
.venv
venv
__pycache__
*.pyc
.coverage
htmlcov/
