Skip to content

Commit 8e2271a

Browse files
committed
ignore more things [ci skip]
1 parent a553355 commit 8e2271a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
33
*.py[cod]
4-
result_images
54

65
# C extensions
76
*.so
@@ -43,6 +42,8 @@ htmlcov/
4342
nosetests.xml
4443
coverage.xml
4544
*,cover
45+
.noseids
46+
result_images
4647

4748
# Translations
4849
*.mo
@@ -59,3 +60,8 @@ docs/tutorial/*_files/
5960

6061
# PyBuilder
6162
target/
63+
64+
# VS
65+
.vs
66+
*.pyproj
67+
*.sln

0 commit comments

Comments
 (0)