Skip to content

Commit b8c86dd

Browse files
authored
Merge pull request #86 from YaleDHLab/gitignore
Gitignore
2 parents 07ce66b + bd6a1fd commit b8c86dd

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
*.DS_Store
2+
*.pem
3+
*.swp
4+
manifest.txt
15
data/
26
output/
3-
.DS_Store
4-
*.pem
5-
*.swp
7+
build/
8+
datasets/
9+
dist/
10+
iiif-downloads/
11+
*.egg-info/
12+
pixplot/

utils/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ scikit-learn==0.19.1
66
six==1.11.0
77
tensorflow>=1.8.0,<=2.0.0
88
umap-learn==0.2.3
9-
tqdm==4.23.4
9+
tqdm==4.23.4

0 commit comments

Comments
 (0)