-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI/CD](GITIGNORE): Update .gitignore to include the new file extensi…
…ons to ignore
- Loading branch information
Showing
1 changed file
with
59 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |