Skip to content

Commit

Permalink
Add .coverage to gitignore and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Jan 31, 2025
1 parent d395db0 commit dc912ac
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
@@ -1,7 +1,6 @@
build/*
docs/_build/*
docs/_downloads
gh-pages/*
lib/
bin/
parcels_examples
Expand All @@ -19,15 +18,13 @@ out-*
.DS_store

.vscode
.idea/*
.env
Profile.prof
**/.ipynb_checkpoints/*
.cache/*
.pytest_cache/*
.eggs/*
parcels.egg-info/*
dist/parcels*.egg
parcels/examples/particle*.png
parcels/_version_setup.py
/.pytest_cache/
.pytest_cache
.coverage

0 comments on commit dc912ac

Please sign in to comment.