Skip to content

Commit

Permalink
Adds some Python stuff to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Jul 7, 2023
1 parent d9dfac6 commit 11810d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@ flux_barrier
**/_build/

**/bib/*.rst

# Python stuff
**/__pycache__/
**/build
**/*.egg-info

0 comments on commit 11810d1

Please sign in to comment.