release commit
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
*~
|
||||
*__pycache__
|
||||
build/
|
||||
docs/pypath_log/
|
||||
docs/_build/
|
||||
docs/biocypher-log/
|
||||
docs/modules/
|
||||
docs/notebooks/*.yaml
|
||||
docs/notebooks/*.py
|
||||
.DS_Store
|
||||
.vscode
|
||||
biocypher.egg-info/
|
||||
*.egg
|
||||
dist/
|
||||
*.prof
|
||||
*.coverage
|
||||
*.pickle
|
||||
out/*
|
||||
biocypher-log/*
|
||||
biocypher-out/*
|
||||
*.log
|
||||
dist/*
|
||||
*.pye
|
||||
*.pyc
|
||||
*.kate-swp
|
||||
.hypothesis/
|
||||
.venv/
|
||||
.empty
|
||||
.pytest_cache
|
||||
*.graphml
|
||||
.idea/*
|
||||
.cache
|
||||
*.iml
|
Reference in New Issue
Block a user