Revision 8c88df67b44c47a5c1516c842c37b18b874a82e3 authored by Philipp A on 05 October 2020, 07:28:25 UTC, committed by GitHub on 05 October 2020, 07:28:25 UTC
1 parent 62bb643
Raw File
.gitignore
# Scanpy outfiles
/cache/
/data/
/write/

# Docs
/docs/_build/
/docs/api/scanpy.*.rst
/docs/external/scanpy.*.rst
!/docs/api/scanpy.api.rst
!/docs/api/scanpy.api.AnnData.rst
!/docs/api/scanpy.plotting.rst
!/docs/api/scanpy.external.rst

# tests
/.cache/
/.pytest_cache/
/scanpy/tests/test*.h5ad
/scanpy/tests/figures/
/scanpy/tests/notebooks/figures/

# Environment management
/Pipfile
/Pipfile.lock

# always-ignore extensions
*~

# Python build files
__pycache__/
/dist/
/build/
/scanpy.egg-info/
/*-env/
/env-*/

# OS stuff
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory

# IDEs and editors
/.idea/
/.vscode/
back to top