File: .gitignore

package info (click to toggle)
python-colorlog 6.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 694; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
*.egg-info/*
*.pyc
.cache
.idea/
.tox
build/*
dist/*
doc/*.log
MANIFEST
venv/