Pyhass / Pyhiveapi

A python library to interface with the hive home api
MIT License
24 stars 18 forks source link

Add virtual environment folder to gitignore #33

Closed martintoreilly closed 2 years ago

martintoreilly commented 2 years ago

Add virtual environment sub-folder to .gitignore file. I've used the common .venv name for the folder. I'm using this for development and testing.

martintoreilly commented 2 years ago

Oops. This has more changes than I expected. I'll delete and rebase.

martintoreilly commented 2 years ago

@KJonline I think the issue is that I branched from the v0.4.3 tag, which has 4 commits from dev that haven't been merged into master yet. As v0.4.3 has been published to PyPI, I assume these commits should be in master?

martintoreilly commented 2 years ago

Re-opened and set to draft status as this should reduce to the single .gitignore change once the v0.4.3 changes are merged into master.