.gitignore raw

   1  # Editors.
   2  *.sw*
   3  .vscode
   4  .DS_Store
   5  
   6  # Build directory.
   7  build/
   8  out/
   9