File: .gitignore

package info (click to toggle)
aiodns 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 269; sh: 5; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# python specific
*.pyc
*.so
*.pyd
build/*
dist/*
MANIFEST
__pycache__/
*.egg-info/

# generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out

.tox/
deps/
docs/_build/