style: apply ruff format and extend gitignore
Ruff auto-fixes import order and line wrapping. Gitignore covers build artifacts and coverage output from future test runs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -16,9 +16,15 @@ __pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
.venv-*/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
htmlcov/
|
||||
.coverage
|
||||
|
||||
# OS / editor noise
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user