File: .gitignore

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (21 lines) | stat: -rw-r--r-- 227 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
.hypothesis
*.py[cod]
__pycache__/
*.egg-info
dask-worker-space/
docs/build
build/
dist/
.idea/
log.*
log
.pytest_cache/
.coverage
.DS_Store
*.swp
*.swo
.cache/
hdfs-initialized-indicator
.ipynb_checkpoints
mydask.png
.vscode/