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 7fb9ef3 commit ce7e408
Showing 1 changed file with 1 addition and 63 deletions.
64 changes: 1 addition & 63 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Genbadge reports
reports/
flake8-badge.svg

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

#Python compiled
*.pyc

# C extensions
#*.so

# Distribution / packaging
.Python
venv/
env/
Expand All @@ -30,11 +20,8 @@ var/
.installed.cfg
*.egg
nohup.out
# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
cover/
htmlcov/
.tox/
Expand All @@ -44,83 +31,34 @@ nosetests.xml
coverage.xml
.pytest_cache/
.pytest_cache

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
!ref_*.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

# Pycharm
.idea

# VSCode
.vscode

# MyPy
.mypy_cache/
.mypy_cache

0 comments on commit ce7e408

Please sign in to comment.