Skip to content

Commit

Permalink
update .gitignore to exclude distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshduran committed May 3, 2024
1 parent db110c6 commit 2b3e4c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__pycache__/
*.py[cod]
*.py[cod]

dist/
*.egg-info/
2 changes: 1 addition & 1 deletion brukeropus.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: brukeropus
Version: 1.0.0
Version: 1.0.1
Summary: A python package for communicating with Bruker OPUS spectroscopy software and reading its binary file format.
Author-email: Josh Duran <josh.m.duran@gmail.com>
Project-URL: Homepage, https://github.com/joshduran/brukeropus
Expand Down
Binary file removed dist/brukeropus-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/brukeropus-1.0.0.tar.gz
Binary file not shown.

0 comments on commit 2b3e4c8

Please sign in to comment.