Skip to content

Commit

Permalink
chore: updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 25, 2024
1 parent 359b220 commit 64911ae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Other files
**/**/.venv

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -157,19 +160,14 @@ 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/

# vscode
.vscode

# test data directory
data

# local manifests
src/polus/plugins/_plugins/manifests/*

# allow python scripts inside manifests dir
!src/polus/plugins/_plugins/manifests/*.py

#macOS
*.DS_Store
Expand Down

0 comments on commit 64911ae

Please sign in to comment.