File: .gitignore

package info (click to toggle)
python-formencode 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,856 kB
  • sloc: python: 6,772; makefile: 130; sh: 96; javascript: 61
file content (22 lines) | stat: -rw-r--r-- 187 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
20
21
22
*.egg
*.egg-info
.eggs

*.pyc
*.pyo

.tox

.coverage
coverage/

build
dist/
docs/_build

# IDE users, please keep your data locally
.idea/
.project
.pydevproject
.settings
.tool-versions