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 9dce823 commit 90897a0Copy full SHA for 90897a0
.gitignore
@@ -1,11 +1,19 @@
1
-.venv
+# Virtual environments
2
+.venv/
3
+venv/
4
+
5
+# Bytecode and compiled files
6
__pycache__/
7
*.py[cod]
8
*$py.class
-venv
-.eggs
-.pytest_cache
-*.egg-info
9
10
+# Packaging
11
+.eggs/
12
+*.egg-info/
13
14
+# Testing
15
+.pytest_cache/
16
17
+# OS and IDE
18
.DS_Store
-.schema
-.vscode
19
+.vscode/
0 commit comments