We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4c0e5 commit ba206d4Copy full SHA for ba206d4
1 file changed
.gitignore
@@ -0,0 +1,13 @@
1
+# Python
2
+__pycache__/
3
+*.pyc
4
+.coverage
5
+htmlcov/
6
+.pytest_cache/
7
+
8
+# Rust
9
+target/
10
11
+# Project specific
12
+site/
13
+*.so
0 commit comments