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 6cb6543 commit f61cc45
Showing 1 changed file with 8 additions and 65 deletions.
73 changes: 8 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__
*.py[cod]

#Python compiled
*.pyc

# C extensions
#*.so

# Distribution / packaging
.Python
venv/
env/
Expand All @@ -27,101 +19,52 @@ var/
.installed.cfg
*.egg
nohup.out
# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
cover/
htmlcov/
.tox/
.coverage
.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_flexserv/docs/jupyter/data
biobb_flexserv/docs/jupyter/log*
biobb_flexserv/docs/jupyter/.ipynb_checkpoints/

*.bk
reports/
flake8-badge.svg
.pytest_cache/
.pytest_cache
*.log
!ref_*.log
.idea
.mypy_cache/

0 comments on commit f61cc45

Please sign in to comment.