first prototype-like version

This commit is contained in:
Finn Christiansen 2023-05-28 12:38:23 +01:00
parent 77a00745fd
commit e553bfbafc
11 changed files with 253 additions and 0 deletions

4
.gitignore vendored
View file

@ -128,6 +128,8 @@ venv/
ENV/
env.bak/
venv.bak/
bin/
pyvenv.cfg
# Spyder project settings
.spyderproject
@ -160,3 +162,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# ignore socket which is used to communicate with backend
rgb_socket