File: .gitignore

package info (click to toggle)
python-django-rules 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: python: 1,508; makefile: 3; sh: 3
file content (13 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.egg-info
*.pyc
*~
._*
.coverage
.DS_Store
.Python
__pycache__
dist/
docs/_build
pip-log.txt
.tox
.eggs/