File: .gitignore

package info (click to toggle)
metakernel 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,372 kB
  • sloc: python: 5,099; makefile: 179; sh: 18
file content (12 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
**/*.egg-info/
**/build/
**/dist/
MANIFEST
docs/_build/
examples/.ipynb_checkpoints
examples/temp.txt
*~
.*.swp
*,cover
.cover*