File: .hgignore

package info (click to toggle)
django-webtest 1.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 1,115; sh: 16; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 284 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
syntax: glob

#IDE files
.settings/*
.project
.pydevproject
.cache/*

#temp files
*.swp
*.pyc
*.pyo
*.orig
*.egg-info
*~
.tox/

db.sqlite

#misc files
pip-log.txt

#os files
.Python
.DS_Store
Thumbs.db

#setup files
build/
dist/
.build/
MANIFEST

#virtualenv files
bin/
lib/
include/