File: .gitignore

package info (click to toggle)
python-wakeonlan 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: python: 514; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
*.egg-info/
/.coverage
/.eggs/
/.mypy_cache/
/.pytest_cache/
/.tox/
/build/
/CHANGELOG.md
/dist/
/docs/_build
/MANIFEST
__pycache__/