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 1d74e98 commit 8c8028fCopy full SHA for 8c8028f
.gitignore
@@ -1,37 +1,9 @@
1
.venv/
2
-.idea/
3
-.vscode/
4
-
5
-# Python
6
-__pycache__/
7
-*.py[cod]
8
-*$py.class
9
-*.so
10
-.Python
11
-env/
12
-build/
13
-develop-eggs/
14
-dist/
15
-downloads/
16
-eggs/
17
-.eggs/
18
-lib/
19
-lib64/
20
-parts/
21
-sdist/
22
-var/
23
-wheels/
24
-*.egg-info/
25
-.installed.cfg
26
-*.egg
27
28
-# Environment
29
-.env
30
-.env.local
31
-config_local.yaml
32
33
-# Temporary files
34
-*.tmp
35
-*.log
+# OSX
36
.DS_Store
+# IntelliJ
+.idea
+# VSCode
+.vscode
+
37
Thumbs.db
0 commit comments