From 63e5f32e219d92fe8b028250f93aa2f9f98d51b6 Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Sat, 22 Jul 2023 13:24:25 +0900 Subject: [PATCH] better ignore --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1293051..fb95c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ -**/__pycache__ -**/.ipynb_checkpoints -**/.pytest_cache -**/.DS_Store -**/*.pyc +__pycache__ +.ipynb_checkpoints +.pytest_cache +.DS_Store +*.pyc docs/_build build dist .idea +.vscode src/kyupy.egg-info +*nogit*