Skip to content

Commit

Permalink
Update gitignore for Mac & VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed May 9, 2022
1 parent 44ee24a commit ace3587
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -127,3 +128,17 @@ dmypy.json

# Pyre type checker
.pyre/


### macOS
*.DS_Store
.AppleDouble
.LSOverride


### VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

0 comments on commit ace3587

Please sign in to comment.