We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c316612 commit a3b4668Copy full SHA for a3b4668
1 file changed
.gitignore
@@ -0,0 +1,13 @@
1
+# Build artifacts
2
+build/
3
+dist/
4
+
5
+# Python
6
+__pycache__/
7
+*.py[cod]
8
+*.egg-info/
9
10
+# Compiled extensions
11
+*.so
12
+*.dylib
13
+*.dll
0 commit comments