File: .gitignore

package info (click to toggle)
python-cogapp 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 3,081; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*.pyd
*$py.class
*.bak

# Stuff in the root.
build
dist
.coverage
.coverage.*
coverage.xml
htmlcov
MANIFEST
setuptools-*.egg
cogapp.egg-info
.tox
.*cache

docs/_build