Change to use uv and pyproject.toml, as well as aocd lib for python

This commit is contained in:
2024-12-03 14:02:51 -04:00
parent 4af7ced4b5
commit 81ab553260
7 changed files with 119 additions and 4 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# https://github.com/github/gitignore/blob/main/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual Environments
.venv/
venv/
# PyCharm
.idea/