initial commmit; boilerplate

This commit is contained in:
2021-11-21 21:44:03 +01:00
commit a8745964a7
9 changed files with 108 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/
# Python cache:
__pycache__/
# Tests:
.coverage