Python.gitignore 501 字节
Newer Older
R
Ray Shan 已提交
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3 4 5 6
*.py[cod]

# C extensions
*.so
7

8 9 10 11 12 13 14 15 16 17 18 19
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
20
.installed.cfg
21
*.egg
22 23 24

# Installer logs
pip-log.txt
25
pip-delete-this-directory.txt
26 27

# Unit test / coverage reports
28
.tox/
29
.coverage
S
Sam Clements 已提交
30
.cache
31
nosetests.xml
C
Changjian Gao 已提交
32
coverage.xml
33

34
# Translations
35 36
*.mo

37
# Mr Developer
38
.mr.developer.cfg
E
Eduard Carreras 已提交
39 40
.project
.pydevproject
V
Visgean Skeloru 已提交
41

C
Carl Suster 已提交
42 43 44
# Django stuff:
*.log
*.pot
J
Jordi Llonch 已提交
45 46 47 48

# Sphinx documentation
docs/_build/