File: .gitignore

package info (click to toggle)
python-jellyfish 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: python: 580; makefile: 39; sh: 3
file content (20 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
build/
dist/
jellyfish.egg-info/
*.so
*.swp
*.pyc
*.DS_Store
*~
.tox/
.coverage
htmlcov/
.ropeproject/
_build/
.ipynb_checkpoints/
.cache
wheelhouse/
site/
target/
Cargo.lock
.venv