We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore
1 parent 05ae727 commit 7ddb823Copy full SHA for 7ddb823
1 file changed
.gitignore
@@ -1 +1,60 @@
1
jupyter-data/
2
+
3
+# Byte-compiled / optimized / DLL files
4
+__pycache__/
5
+*.py[cod]
6
+*$py.class
7
8
+# C extensions
9
+*.so
10
11
+# Distribution / packaging
12
+.Python
13
+build/
14
+develop-eggs/
15
+dist/
16
+downloads/
17
+eggs/
18
+.eggs/
19
+lib/
20
+lib64/
21
+parts/
22
+sdist/
23
+var/
24
+wheels/
25
+share/python-wheels/
26
+*.egg-info/
27
+.installed.cfg
28
+*.egg
29
+MANIFEST
30
31
+# Unit test / coverage reports
32
+htmlcov/
33
+.tox/
34
+.nox/
35
+.coverage
36
+.coverage.*
37
+.cache
38
+nosetests.xml
39
+coverage.xml
40
+*.cover
41
+*.py,cover
42
+.hypothesis/
43
+.pytest_cache/
44
+cover/
45
46
+# Jupyter Notebook
47
+.ipynb_checkpoints
48
49
+# IPython
50
+profile_default/
51
+ipython_config.py
52
53
+# Environments
54
+.env
55
+.venv
56
+env/
57
+venv/
58
+ENV/
59
+env.bak/
60
+venv.bak/
0 commit comments