# Temp files
.DS_Store
*~

# Caches for compiled and downloaded files
__pycache__/
/*cache/
/node_modules/
/data/
/venv/

# Distribution / packaging
/dist/
/ci/min-deps.txt
/ci/pre-deps.txt
/requirements*.lock
/.python-version

# Test results (nunit/junit) and coverage
/test-data/
/*coverage*

# jupyter
.ipynb_checkpoints

# docs
/docs/_build/
/docs/generated/*
!/docs/generated/anndata.types.ExtensionNamespace.rst

# IDEs
/.idea/

# Benchmark
.asv
benchmark/benchmarks/data
benchmarks/benchmarks/data
benchmarks/pkgs
