File: .gitignore

package info (click to toggle)
python-preshed 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 367; ansic: 160; sh: 13; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.egg
*.egg-info
.eggs
preshed/.maps.pxd.swm
preshed/.maps.pyx.swl
*.sw[a-z]
*.so
*.pyc
*.swp
*.swo
*.html
*.c
*.cpp
.env/
.denv
cythonize.json
MANIFEST
build/
dist/