We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb3d3f commit fdba45dCopy full SHA for fdba45d
.gitignore
@@ -0,0 +1,8 @@
1
+# editors
2
+.vscode
3
+
4
+# python
5
+__pycache__
6
+.venv
7
+.coverage
8
+htmlcov/
0 commit comments