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 0ed6938 commit 00f44a8Copy full SHA for 00f44a8
.gitignore
@@ -1,10 +1,9 @@
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3
4
-# Mac dir files
+# MacOS
5
.DS_Store
6
7
-
8
# Distribution / packaging
9
.Python
10
build/
@@ -46,6 +45,10 @@ docs/_build/
46
45
# Jupyter Notebook
47
.ipynb_checkpoints
48
+# IPython
49
+profile_default/
50
+ipython_config.py
51
+
52
# Environments
53
.env
54
.venv
@@ -55,10 +58,9 @@ ENV/
55
58
env.bak/
56
59
venv.bak/
57
60
61
+# Spyder project settings
62
+.spyderproject
63
+.spyproject
64
65
# mkdocs documentation
66
/site
-# mypy
-.mypy_cache/
-.dmypy.json
-dmypy.json
0 commit comments