Skip to content

Commit 343bfb2

Browse files
committed
adding test files
1 parent 3e91f19 commit 343bfb2

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

.gitignore

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,37 @@
22
/bad_files
33
/data
44
/input_images
5+
56
/venv
7+
.venv/
8+
69
todo
710
documentation.txt
811

912
# Don't add images to git
1013
/*.jpg
1114
*.jpg
1215
*.img
13-
/normalized
16+
/normalized
17+
18+
.vscode
19+
20+
# Logs
21+
*.log
22+
23+
24+
# Coverage / testing
25+
.coverage
26+
htmlcov/
27+
.pytest_cache/
28+
29+
# Packaging
30+
dist/
31+
build/
32+
33+
# Python cache
34+
__pycache__/
35+
*.py[cod]
36+
*.pyo
37+
*.pyd
38+
*.so

0 commit comments

Comments
 (0)