Add initial project configuration files and Python version

This commit is contained in:
Joakim Hellsén 2025-07-08 01:29:27 +02:00
commit 20bfc29ae1
4 changed files with 68 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"cSpell.words": [
"ttvdrops"
]
}