File: .gitignore

package info (click to toggle)
python-pytest-djangoapp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,116; makefile: 114; sh: 6
file content (10 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
.project
.pydevproject
.idea
.tox
__pycache__
*.pyc
*.pyo
*.egg-info
docs/_build/