We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6c74d commit 0800e71Copy full SHA for 0800e71
.gitignore
@@ -0,0 +1,42 @@
1
+### Python ###
2
+# Byte-compiled / optimized / DLL files
3
+__pycache__/
4
+
5
+# C extensions
6
+*.so
7
8
+# Distribution / packaging
9
+.Python
10
+build/
11
+develop-eggs/
12
+dist/
13
+downloads/
14
+eggs/
15
+.eggs/
16
+lib/
17
+lib64/
18
+parts/
19
+sdist/
20
+var/
21
+wheels/
22
+share/python-wheels/
23
+*.egg-info/
24
+.installed.cfg
25
+*.egg
26
+MANIFEST
27
28
+# Jupyter Notebook
29
+.ipynb_checkpoints
30
31
+# Environments
32
+.env
33
+.venv
34
+env/
35
+venv/
36
+ENV/
37
+env.bak/
38
+venv.bak/
39
40
41
+# IDE
42
+**/.idea/**
0 commit comments