Skip to content

Commit

Permalink
Clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider authored Mar 6, 2024
1 parent ebc150f commit 40502ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
vendor/rk/

# ipynb_checkpoint
*ipynb_checkpoint*
.ipynb_checkpoints/

# build
/*build/
Expand All @@ -65,9 +65,6 @@ vendor/rk/

# pycache
__pycache__/
*/*/*pycache*
*/*/*/*pycache*
*/*/*/*/*pycache*

# output dirs
*output*
output/

0 comments on commit 40502ce

Please sign in to comment.