File: .gitignore

package info (click to toggle)
python-stone 3.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: python: 21,786; objc: 498; sh: 29; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.coverage
coverage.xml
/.cache/
/.eggs/
/.idea/
/.tox/
/build/
/dist/
__pycache__/
.DS_Store
parser.out
*.egg
*.egg-info/
*.pyc
*.pyo
*.swp
*~
.pytest_cache/