We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e39ca7 commit 1355babCopy full SHA for 1355bab
1 file changed
.gitignore
@@ -1,4 +1,11 @@
1
-.DS_Store
+### Python ###
2
dist
3
-python_bitvavo_api.egg-info
+*.egg-info
4
+*.whl
5
+
6
+### Mac OS ###
7
+.DS_Store
8
9
+### IDEs ###
10
.idea
11
+.vscode
0 commit comments