chore: ignore local build and venv artifacts
All checks were successful
CI / Backend (push) Successful in 11s
CI / CLI (push) Successful in 11s

This commit is contained in:
2026-05-28 08:47:13 +00:00
parent 575e2d6747
commit 32fb8d9813

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
__pycache__/ __pycache__/
.pytest_cache/ .pytest_cache/
*.egg-info/ *.egg-info/
.venv/
.venv-ci/
build/