File: .gitignore

package info (click to toggle)
python-streamz 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 744 kB
  • sloc: python: 6,278; makefile: 22; sh: 18
file content (16 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
*.egg-info
docs/build
build/
dist/
.idea/
log.*
log
.coverage
.DS_Store
*.swp
*.swo
.cache/
.ipynb_checkpoints/
.vscode
.python-version