From d299eb51bb95e5fab5c65ba79b9de9edfa63e664 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Wed, 16 Oct 2024 15:39:14 +0200 Subject: [PATCH] [CI/CD](GITIGNORE): Update .gitignore to include the new file extensions to ignore --- .gitignore | 67 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1d2ca5e5..a3a197f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,67 @@ -.gitignore -# Byte-compiled / optimized / DLL files +.gitignore __pycache__/ *.py[cod] - -# ipynb checkpoints .ipynb_checkpoints .DS_Store .vscode *.egg-info build/ dist/ - -# biobb_dna/biobb_dna/test/data/curvesplus/THGA_K.cdi is too big for uploading it to github, -# download it from https://mmb.irbbarcelona.org/biobb-api/rest/v1/sample/biobb_dna/biobb_canion/input_cdi_path -THGA_K.cdi \ No newline at end of file +THGA_K.cdi# Genbadge reports +reports/ +flake8-badge.svg +*.pyc +.Python +venv/ +env/ +bin/ +develop-eggs/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg +nohup.out +pip-log.txt +pip-delete-this-directory.txt +cover/ +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml +.pytest_cache/ +.pytest_cache +*.mo +.mr.developer.cfg +.project +.pydevproject +.ropeproject +*.log +!ref_*.log +*.pot +docs/_build/ +.idea/ +*.ipr +*.iws +*.iml +out/ +.idea_modules/ +atlassian-ide-plugin.xml +com_crashlytics_export_strings.xml +.AppleDouble +.LSOverride +.nohup.out +test/data/temp_results/ +testworkflow/ +testworkflow* +\#* +mdout.mdp +traj_comp.xtc +.idea +.mypy_cache/