Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gitignore, remove binary stuff from repo #21

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

akrherz
Copy link
Contributor

@akrherz akrherz commented Mar 18, 2024

This PR does the following

  • adds a basic .gitignore so that common things in your source tree do not get auto-added to revision control when doing things like git add *. Binary stuff should generally not be included within source revision control.

  • removes a bunch of binary artefacts / build stuff that should not be within source revision control.

  • Stuff in /dist is ephemeral and should be uploaded to pypi / attached to github releases, if you wish.

  • __pycache__ is local to your python install / environment

  • same for sounderpy.egg-info

  • docs/build are ephemeral as well

@kylejgillett
Copy link
Owner

Hi Daryl!

Thanks for doing this -- still pretty new to, and learning the do-and-dont's of source revision control. Ill get this merged in!

@kylejgillett kylejgillett merged commit d086a62 into kylejgillett:main Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants