Starting with CLI

This commit is contained in:
Firq 2024-06-29 17:41:09 +02:00
parent bcafbeb3cf
commit 44ee9c7cad
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
11 changed files with 99 additions and 7 deletions

6
.gitignore vendored
View file

@ -1,6 +1,10 @@
# Environment
.vscode/
*venv/
# Python stuff
__pycache__/
*venv/
*.egg-info/
# Build artifacts
dist/