ready to write UI

This commit is contained in:
2024-06-19 14:05:07 +00:00
parent 2554e7b621
commit e0b41fab2c
7 changed files with 240 additions and 2 deletions

9
.gitignore vendored
View File

@ -5,4 +5,11 @@
/build
/mbuild
/.clang-format
/test/data
/test/data
# Ignore all .env files
**/.env
**/.env.*
# Ignore all __pycache__ directories
**/__pycache__/