Skip to content

Commit

Permalink
setup: cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Sep 27, 2023
1 parent e6c7db7 commit 4ac098c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
docs/site
dist
build
*__pycache__*
htmlcov
.coverage
/venv37/
.idea/
.vscode/
.mypy_cache/
dist/
docs/site
build/
htmlcov/
neo_mamba.egg-info/
tests/**/*.json
*__pycache__*
venv/

0 comments on commit 4ac098c

Please sign in to comment.