Skip to content

Commit

Permalink
Merge pull request galaxyproject#4667 from nsoranzo/add_coc_restore_g…
Browse files Browse the repository at this point in the history
…itignore
  • Loading branch information
nsoranzo committed Jul 21, 2022
2 parents 902cce0 + 164f91e commit 4a0ebde
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

# PyBuilder
target/

*.7z
*.dmg
#*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
#*.bz
.hg
*.swp
.DS_Store

# Tool test from planemo
tool_test_output.html
tool_test_output.json

# Tool test from galaxy-language-server
*_test_report.html

# VScode configuration
.vscode
8 changes: 8 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Code of Conduct
===============

As part of the Galaxy Community, this project is committed to providing a
welcoming and harassment-free experience for everyone. We therefore expect
participants to abide by our Code of Conduct, which can be found at:

https://galaxyproject.org/community/coc/

0 comments on commit 4a0ebde

Please sign in to comment.