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/