We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdaafd commit 33f4d00Copy full SHA for 33f4d00
1 file changed
.gitignore
@@ -1,2 +1,13 @@
1
.DS_Store
2
site/
3
+
4
+# Python
5
+__pycache__/
6
+*.py[cod]
7
+*$py.class
8
9
+# Python virtual environments
10
+.venv/
11
+venv/
12
+env/
13
+ENV/
0 commit comments