made functions available for import directly from package level; minor addition to gitignore

This commit is contained in:
2021-11-12 17:04:51 +01:00
parent 29c82a4ff7
commit e9b427ac4c
3 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/