File: .gitignore

package info (click to toggle)
python-anndata 0.12.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,704 kB
  • sloc: python: 19,721; makefile: 22; sh: 14
file content (36 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Temp files
.DS_Store
*~

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

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

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

# jupyter
.ipynb_checkpoints

# docs
/docs/generated/
/docs/_build/

# IDEs
/.idea/

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