File: .gitignore

package info (click to toggle)
python-dtcwt 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,588 kB
  • sloc: python: 6,287; sh: 29; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Cached Python bytecode
*.pyc
__pycache__

# Setuptools detritus
build
dist
*.egg
*.egg-info
.eggs

# Test suite detritus
cover
.coverage
.tox

# Editor backup files
.*.swp
*~
.DS_Store