Skip to content

Commit

Permalink
Add venv and vscode folders to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed Jan 16, 2025
1 parent f82ebde commit a311cfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
# Directories
build
install
.venv

# CLion files
.idea

# VScode files
.vscode

0 comments on commit a311cfd

Please sign in to comment.