Ignore .pyc files

This commit is contained in:
Andreas Zweili 2022-12-12 09:18:55 +01:00
parent 7466c392bc
commit 719d5ba148
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
"poetry.toml"
"pyproject.toml"
"pytest.ini"
"*.pyc"
]);
src = ./.;
});