chore: add pyproject.toml, ruff/pytest config, pre-commit hooks, dev deps

This commit is contained in:
AJ
2026-07-01 23:43:30 -04:00
parent f5749947e1
commit 5ec53b87bc
4 changed files with 82 additions and 0 deletions
+6
View File
@@ -5,6 +5,12 @@ __pycache__/
.venv/
venv/
# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# PyInstaller / build
build/
dist/