From 723f175a787a5ec8bd119a74cb483142c1506806 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 25 Sep 2023 19:54:50 +0000 Subject: [PATCH] add git ignore --- .gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b26000d..e1b3fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,21 @@ +__init__.cpython* +candidate_pipeline.cypthon* *.cpython-310.pyc *.cpython-37.pyc -*checkpoint* +*-checkpoint.py* *.ipynb_checkpoints *.ipynb_checkpoints/* *WIP* +*ARCHIVED* # .gcloudignore # .git -# .github +.github *__pycache__ -# *cpython-37.pyc -# .gitignore -# .DS_Store +*cpython-37.pyc +.gitignore +.DS_Store + +# Pyhon byte-compiled / optimized files +__pycache__/ +*.py[cod] +*$py.class