We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e8759 commit 70b830eCopy full SHA for 70b830e
.gitignore
@@ -0,0 +1,10 @@
1
+# Python-generated files
2
+__pycache__/
3
+*.py[oc]
4
+build/
5
+dist/
6
+wheels/
7
+*.egg-info
8
+
9
+# Virtual environments
10
+.venv
0 commit comments