Skip to content

Commit

Permalink
make gitignore more comprehensive
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 13, 2025
1 parent 98c9564 commit 9e786ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.tar.gz
*.npz
*.py[cod]

# C extensions
Expand Down Expand Up @@ -60,3 +61,12 @@ env.yml
# Rust stuff
Cargo.lock
target*

# snakemake
.snakemake
*.smk

# jupyter notebooks
.ipynb_checkpoints
*.ipynb_checkpoints
*.ipynb

0 comments on commit 9e786ac

Please sign in to comment.