From 99e94807c5d694f8f284bb244b471033e28887a7 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 6 Aug 2022 14:24:19 -0700 Subject: [PATCH] .gitignore: updates --- .gitignore | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 8d4afa31..19426d81 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,13 @@ # SPDX-License-Identifier: CC-BY-SA-4.0 # dotfiles -.* -!.coveragerc -!.dockerignore -!.git_archival.txt -!.gitattributes -!.gitignore -!.pre-commit-config.yaml -!.readthedocs.yaml -!.github/ -!.docker/ +.coverage +.venv*/ +.tox/ +.vscode/ +.ipynb_checkpoints/ +.mypy_cache/ +.pytest_cache/ # Dev scratch *.ipynb @@ -45,4 +42,3 @@ docs/_build/ docs/_static/ docs/_templates/ docs/Makefile -ocrmypdf/lib/_*.py