diff --git a/.gitignore b/.gitignore index 0b72579..7e4a483 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,12 @@ dmypy.json # End of https://www.gitignore.io/api/visualstudiocode .vscode/ +# Vim +*~ +*.swp +*.swo + # ProtoTorch artifacts reports -artifacts \ No newline at end of file +artifacts +examples/_*.py \ No newline at end of file