Skip to content

Commit 00f44a8

Browse files
committed
Fix: update .gitignore
1 parent 0ed6938 commit 00f44a8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
33

4-
# Mac dir files
4+
# MacOS
55
.DS_Store
66

7-
87
# Distribution / packaging
98
.Python
109
build/
@@ -46,6 +45,10 @@ docs/_build/
4645
# Jupyter Notebook
4746
.ipynb_checkpoints
4847

48+
# IPython
49+
profile_default/
50+
ipython_config.py
51+
4952
# Environments
5053
.env
5154
.venv
@@ -55,10 +58,9 @@ ENV/
5558
env.bak/
5659
venv.bak/
5760

61+
# Spyder project settings
62+
.spyderproject
63+
.spyproject
64+
5865
# mkdocs documentation
5966
/site
60-
61-
# mypy
62-
.mypy_cache/
63-
.dmypy.json
64-
dmypy.json

0 commit comments

Comments
 (0)