Remove temporary files

This commit is contained in:
2022-04-16 10:16:53 -05:00
parent 3b1d2d1845
commit 3260fa29ad
3 changed files with 25 additions and 8 deletions

BIN
.DS_Store vendored

Binary file not shown.

33
.gitignore vendored
View File

@@ -1,21 +1,38 @@
*.bak *.bak
*.gz *.gz
*.lastrun
*.so
*.mps
*.ipynb *.ipynb
*.lastrun
*.mps
*.so
*/Manifest.toml
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
._*
.apdisk
.com.apple.timemachine.donotpresent
.fseventsd
.ipy* .ipy*
.vscode
Icon
Manifest.toml
Network Trash Folder
TODO.md
Temporary Items
benchmark/results benchmark/results
benchmark/runs benchmark/runs
benchmark/tables benchmark/tables
benchmark/tmp.json benchmark/tmp.json
build build
docs/_build
instances/**/*.json instances/**/*.json
instances/_source instances/_source
local local
notebooks notebooks
TODO.md
docs/_build
.vscode
Manifest.toml
*/Manifest.toml

BIN
benchmark/.DS_Store vendored

Binary file not shown.