Skip to content

Commit 10f063b

Browse files
authored
Merge pull request #66 from ie3-institute/gitignore
Update gitignore
2 parents dc1f2d7 + f73ed4d commit 10f063b

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

.gitignore

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,python,pycharm,linux,jupyternotebooks
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,python,pycharm,linux,jupyternotebooks
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,python,pycharm,visualstudiocode,linux,jupyternotebooks,direnv,dotenv
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,python,pycharm,visualstudiocode,linux,jupyternotebooks,direnv,dotenv
3+
4+
### direnv ###
5+
.direnv
6+
.envrc
7+
8+
### dotenv ###
9+
.env
310

411
### JupyterNotebooks ###
512
# gitignore template for Jupyter Notebooks
@@ -296,7 +303,6 @@ celerybeat.pid
296303
*.sage.py
297304

298305
# Environments
299-
.env
300306
.venv
301307
env/
302308
venv/
@@ -335,6 +341,35 @@ cython_debug/
335341
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
336342
#.idea/
337343

344+
### Python Patch ###
345+
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
346+
poetry.toml
347+
348+
# ruff
349+
.ruff_cache/
350+
351+
# LSP config files
352+
pyrightconfig.json
353+
354+
### VisualStudioCode ###
355+
.vscode/*
356+
!.vscode/settings.json
357+
!.vscode/tasks.json
358+
!.vscode/launch.json
359+
!.vscode/extensions.json
360+
!.vscode/*.code-snippets
361+
362+
# Local History for Visual Studio Code
363+
.history/
364+
365+
# Built Visual Studio Code Extensions
366+
*.vsix
367+
368+
### VisualStudioCode Patch ###
369+
# Ignore all local history of files
370+
.history
371+
.ionide
372+
338373
### Windows ###
339374
# Windows thumbnail cache files
340375
Thumbs.db
@@ -361,4 +396,4 @@ $RECYCLE.BIN/
361396
# Windows shortcuts
362397
*.lnk
363398

364-
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,python,pycharm,linux,jupyternotebooks
399+
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,python,pycharm,visualstudiocode,linux,jupyternotebooks,direnv,dotenv

0 commit comments

Comments
 (0)