Skip to content

Commit

Permalink
Merge pull request #119 from esc/cleanup_gitignore
Browse files Browse the repository at this point in the history
Cleanup gitignore and add makefile target to clean
  • Loading branch information
esc authored May 13, 2024
2 parents afe1835 + fcb7508 commit cbbb6a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ numba_rvsdg.egg-info
.pytest_cache
*__pycache__
.coverage
/build
/docs/build
build
dist
docs/build
wheelhouse
.DS_Store
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ conda-env:
conda create -n numba-rvsdg
conda-install:
conda install python=3.12 python-graphviz pyyaml pytest sphinx sphinx_rtd_theme coverage pre-commit
clean:
git clean -dfX

0 comments on commit cbbb6a8

Please sign in to comment.