This commit is contained in:
Arec
2021-07-19 07:10:33 -07:00
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@@ -117,6 +117,9 @@ venv.bak/
# Rope project settings # Rope project settings
.ropeproject .ropeproject
# VS Code project settings
.project
# mkdocs documentation # mkdocs documentation
/site /site
@@ -138,4 +141,4 @@ datasets/
experiments/results/ experiments/results/
# Dependencies # Dependencies
InteractionSimulator/ InteractionSimulator/

View File

@@ -1,2 +1,3 @@
tikzplotlib tikzplotlib
torch