File: .gitignore

package info (click to toggle)
python-django-extra-views 0.14.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 1,591; makefile: 142; sh: 6
file content (15 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*.pyc
.project
.pydevproject
.coverage
.DS_Store
django_extra_views.egg-info/
htmlcov/
build/
docs/_build/
dist/
.idea
nosetests.xml
*.sqlite3

/.tox/