From 24f5dc3d3222f5506dbf6983d73d6c48cef3abf6 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 20 Nov 2023 13:21:40 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce1b4f0d2..c0cc54455 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Python, R, etc. +__pycache__ *-checkpoint.ipynb *.bak *.dat @@ -38,11 +39,12 @@ dist .cache/** tests/data/nightly -# pytest and related +# Python tooling, pytest, etc. .benchmarks .coverage* .mypy_cache .pytest_cache +.ruff_cache coverage.xml htmlcov prof/