Skip to content

Commit

Permalink
adjust .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 13, 2024
1 parent b117ee8 commit 86f194d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down Expand Up @@ -159,6 +159,9 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# VSCode
.vscode/

# Emacs backups
*~
\#*

0 comments on commit 86f194d

Please sign in to comment.