skar0 commited on
Commit
8087e4d
·
1 Parent(s): 7a939b5

Added tmp to gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +4 -0
.gitignore CHANGED
@@ -1,3 +1,4 @@
 
1
  generate/
2
  videos/
3
  token.txt
@@ -6,6 +7,9 @@ pat.txt
6
  runs/
7
  wandb/*
8
  !wandb/run-20230303_211416-ox4d1p0u
 
 
 
9
  # Byte-compiled / optimized / DLL files
10
  __pycache__/
11
  *.py[cod]
 
1
+ # Project specific
2
  generate/
3
  videos/
4
  token.txt
 
7
  runs/
8
  wandb/*
9
  !wandb/run-20230303_211416-ox4d1p0u
10
+ */tmp/*
11
+
12
+
13
  # Byte-compiled / optimized / DLL files
14
  __pycache__/
15
  *.py[cod]