From 749f765e3e81bde93ad9f256fe9a7db7f68b61dc Mon Sep 17 00:00:00 2001 From: vanminhpe Date: Thu, 6 Aug 2026 15:49:38 +0800 Subject: [PATCH] add git ignore --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a197024 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Test results / measurement data +*.csv +*.xlsx +*.xls +*.log +results/ +output/ +reports/ +data/ +*.png +*.jpg + +# Python +__pycache__/ +*.pyc +.venv/ +venv/ +env/ +*.egg-info/ +build/ +dist/ + +# Secrets / local machine config +.env +*.local.json +secrets.json + +# IDE / OS +.idea/ +Thumbs.db +.DS_Store +.ipynb_checkpoints/