Skip to content

Commit

Permalink
update .gitignore to include VSCode configuration files and history d…
Browse files Browse the repository at this point in the history
…irectories for better project management
  • Loading branch information
alexfazio committed Dec 28, 2024
1 parent db43a63 commit 40b43e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,12 @@ __pycache__/
*.pyd
.Python
.python-version

# VSCode
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/tasks.json
*.code-workspace
.history/
.settings/

0 comments on commit 40b43e8

Please sign in to comment.