File: .gitignore

package info (click to toggle)
python-geojson 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: python: 1,081; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
__pycache__/
*.py[cod]
build/
dist/
sdist/
*.egg-info/
*.egg
.tox/
.coverage
coverage.xml
.idea
.venv*