Skip to content

Commit

Permalink
Add asdf, PyCharm, and VSCode files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothml committed Mar 27, 2024
1 parent 5ab2bdd commit a98eca8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# asdf
.tool-versions

# VSCode
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -157,7 +163,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/

# Google cloud test credentials
google-cloud-credentials.json
Expand Down

0 comments on commit a98eca8

Please sign in to comment.