File: .gitignore

package info (click to toggle)
pyserial-asyncio 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: python: 416; makefile: 79
file content (11 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
**/__pycache__
*.pyc
*.pyo
documentation/_build
build
dist
*.egg-info

/MANIFEST

.idea