File: .gitignore

package info (click to toggle)
django-filter 25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,228 kB
  • sloc: python: 7,970; javascript: 7,213; makefile: 157; sh: 16
file content (14 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.pyc
*.egg-info
build/
dist/
docs/_build
.python-version
.tox
.coverage
.coverage.*
.xmlcoverage/
.venv/
.idea
.env
.vscode