From 51ba96ba7fa288f43e37de7b735a137b7bfba323 Mon Sep 17 00:00:00 2001 From: Jakub Dylag <jjd1c23@soton.ac.uk> Date: Fri, 21 Mar 2025 14:25:28 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 4e23e04..c96f211 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,21 @@ +# Python +dist/* +*.py[co] +__pycache__ +# Jupyter .ipynb_checkpoints +# Misc +*~ +*.bak +*.save* +~$* + +# Build +venv/* +site/* + +# ACMC phenotype build files + +*.log -- GitLab