File: .gitignore

package info (click to toggle)
django-tastypie 0.12.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,648 kB
  • ctags: 2,356
  • sloc: python: 12,909; makefile: 83; sh: 56
file content (13 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
.DS_Store
_build
.*.sw[po]
*.egg-info
dist
build
MANIFEST
tests/tastypie.db
.buildinfo
.tox
env
env3