From a664a43ffd01d4ebdb27cacca5d6a1f6d88eb86d Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Mon, 27 Oct 2025 07:36:45 +0000 Subject: [PATCH] update ignore --- .gitignore | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba0430d..e3aeaa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,52 @@ -__pycache__/ \ No newline at end of file +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual environments +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Results and outputs +results/ +*.png +*.log +*.csv +*.sqlite +*.nsys-rep + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db \ No newline at end of file