From 1cf7b05c660c4f48760a00fb24224deb0ea687fc Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Fri, 11 Apr 2025 11:10:41 +0200 Subject: [PATCH] Update gitignore --- .idea/.gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..abf174d --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,45 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +build/ +dist/ +*.egg-info/ + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Virtual environments +venv/ +.env +.venv/ + +# PyInstaller +*.manifest +*.spec + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +coverage.xml +.cache +.pytest_cache/ + +# Sphinx documentation +docs/_build/ + +# Editor / OS junk +.DS_Store +Thumbs.db +.idea/ +.vscode/ +*.swp +*.swo \ No newline at end of file -- GitLab