Setting up a pipeline
CI / lint (push) Failing after 3s
CI / test (push) Skipped

This commit is contained in:
Julian Piribauer
2026-07-24 21:03:04 +02:00
parent 1efe3065ef
commit ece770ab48
5 changed files with 130 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
# Sage preparser output (regenerated from .sage sources, not hand-maintained)
*.sage.py
# Python / tooling caches
__pycache__/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.venv/