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

# C extensions
*.so
8

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

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

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

# Unit test / coverage reports
H
hugovk 已提交
38
htmlcov/
39
.tox/
40
.coverage
41
.coverage.*
S
Sam Clements 已提交
42
.cache
43
nosetests.xml
C
Changjian Gao 已提交
44
coverage.xml
L
Lucretiel 已提交
45
*,cover
H
Hugo 已提交
46
.hypothesis/
47

48
# Translations
49
*.mo
50
*.pot
K
Kevin Deldycke 已提交
51

C
Carl Suster 已提交
52 53
# Django stuff:
*.log
J
Jordi Llonch 已提交
54 55 56

# Sphinx documentation
docs/_build/
57 58 59

# PyBuilder
target/
R
Richard K 已提交
60 61 62

# pyenv
.python-version