Ignore pytest, ruff, coverage intermediate files

This commit is contained in:
Carl Thomé
2023-06-18 15:18:44 +02:00
parent 2e4baf7fe1
commit 5c4a92e250

5
.gitignore vendored
View File

@@ -26,6 +26,11 @@ ENV/
*.pyo
*.pyd
# Python testing
.pytest_cache/
.ruff_cache/
.coverage
# macOS specific files
.DS_Store