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 *.pyc
__pycache__/ __pycache__/
*.egg-info/
.snapshots/
.env .env
.env.local .venv/
*.log venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store .DS_Store