diff --git a/.gitignore b/.gitignore index 3491178..3ee0e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,7 @@ -# Byte-compiled / optimized / DLL files __pycache__/ __pycache__ *.py[cod] - -#Python compiled *.pyc - -# C extensions -#*.so - -# Distribution / packaging .Python venv/ env/ @@ -27,11 +19,8 @@ var/ .installed.cfg *.egg nohup.out -# Installer logs pip-log.txt pip-delete-this-directory.txt - -# Unit test / coverage reports cover/ htmlcov/ .tox/ @@ -39,89 +28,43 @@ htmlcov/ .cache nosetests.xml coverage.xml - -# Translations *.mo - -# Mr Developer .mr.developer.cfg .project .pydevproject - -# Rope .ropeproject - -# Django stuff: -# *.log *.pot - -# Sphinx documentation docs/_build/ -# docs/html/ -# IDEA -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm - -## Directory-based project format .idea/ -# if you remove the above rule, at least ignore user-specific stuff: -# .idea/workspace.xml -# .idea/tasks.xml -# and these sensitive or high-churn files: -# .idea/dataSources.ids -# .idea/dataSources.xml -# .idea/sqlDataSources.xml -# .idea/dynamic.xml - -# File-based project format *.ipr *.iws *.iml - -# Additional for IntelliJ out/ - -# generated by mpeltonen/sbt-idea plugin .idea_modules/ - -# generated by JIRA plugin atlassian-ide-plugin.xml - -# generated by Crashlytics plugin (for Android Studio and Intellij) com_crashlytics_export_strings.xml - -# MACOSX .DS_Store .AppleDouble .LSOverride - -# nohup files .nohup.out - -# Test Files test/data/temp_results/ testworkflow/ testworkflow* - -# Gromacs \#* mdout.mdp traj_comp.xtc - -# ipynb checkpoints .ipynb_checkpoints - -# vs code .vscode - -# old files *.old.* - -# ipynb checkpoints -.ipynb_checkpoints - -# jupyter docs biobb_structure_utils/docs/jupyter/data biobb_structure_utils/docs/jupyter/log* biobb_structure_utils/docs/jupyter/.ipynb_checkpoints/ - -*.bk \ No newline at end of file +*.bk# Genbadge reports +reports/ +flake8-badge.svg +.pytest_cache/ +.pytest_cache +*.log +!ref_*.log +.idea +.mypy_cache/