We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a553355 commit 8e2271aCopy full SHA for 8e2271a
.gitignore
@@ -1,7 +1,6 @@
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3
*.py[cod]
4
-result_images
5
6
# C extensions
7
*.so
@@ -43,6 +42,8 @@ htmlcov/
43
42
nosetests.xml
44
coverage.xml
45
*,cover
+.noseids
46
+result_images
47
48
# Translations
49
*.mo
@@ -59,3 +60,8 @@ docs/tutorial/*_files/
59
60
61
# PyBuilder
62
target/
63
+
64
+# VS
65
+.vs
66
+*.pyproj
67
+*.sln
0 commit comments