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

# C extensions
*.so
7

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

M
Metallicow 已提交
26
# PyInstaller
M
Mateusz Jagiełło 已提交
27
#  Usually these files are written by a python script from a template
M
Metallicow 已提交
28 29
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
M
Metallicow 已提交
30
*.spec
M
Metallicow 已提交
31

32 33
# Installer logs
pip-log.txt
34
pip-delete-this-directory.txt
35 36

# Unit test / coverage reports
H
hugovk 已提交
37
htmlcov/
38
.tox/
39
.coverage
S
Sam Clements 已提交
40
.cache
41
nosetests.xml
C
Changjian Gao 已提交
42
coverage.xml
43

44
# Translations
45
*.mo
46
*.pot
K
Kevin Deldycke 已提交
47

C
Carl Suster 已提交
48 49
# Django stuff:
*.log
J
Jordi Llonch 已提交
50 51 52

# Sphinx documentation
docs/_build/
53 54 55

# PyBuilder
target/