File: .gitignore

package info (click to toggle)
python-django-simple-history 3.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,124 kB
  • sloc: python: 8,454; makefile: 186
file content (21 lines) | stat: -rw-r--r-- 173 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
*.egg
*.egg-info/
*.eggs
*.pyc
.coverage
.idea
.tox/
.venv/
/.project
/.pydevproject
/.ve
build/
dist/
docs/_build
htmlcov/
MANIFEST
test_files/
venv/
.DS_Store
env
.vscode