Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit df02cd4

Browse files
Update .gitignore
1 parent e1f075d commit df02cd4

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ipython_config.py
8585
# pyenv
8686
# For a library or package, you might want to ignore these files since the code is
8787
# intended to run in multiple environments; otherwise, check them in:
88-
# .python-version
88+
.python-version
8989

9090
# pipenv
9191
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -158,3 +158,16 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
.vscode/*
163+
# !.vscode/settings.json
164+
# !.vscode/tasks.json
165+
# !.vscode/launch.json
166+
# !.vscode/extensions.json
167+
# !.vscode/*.code-snippets
168+
169+
# Local History for Visual Studio Code
170+
.history/
171+
172+
# Built Visual Studio Code Extensions
173+
*.vsix

0 commit comments

Comments
 (0)