Skip to content

Commit

Permalink
[CI/CD](GITIGNORE): Update .gitignore to include the new file extensi…
Browse files Browse the repository at this point in the history
…ons to ignore
  • Loading branch information
PauAndrio committed Oct 16, 2024
1 parent db435a6 commit d299eb5
Showing 1 changed file with 59 additions and 8 deletions.
67 changes: 59 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
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/

0 comments on commit d299eb5

Please sign in to comment.