File: .gitignore

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
*.c
*.so
*.egg-info
/.coverage
/htmlcov
/build
/dist
/.tox
/MANIFEST
/docs/_build
/env