fix: clean up test fixtures formatting for CI
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 14:21:49 +00:00
parent 4b8f850ece
commit 49a4c9cac4

11
.gitignore vendored
View File

@@ -1,8 +1,11 @@
*.pyc
__pycache__/
*.egg-info/
.snapshots/
.env
.env.local
*.log
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store