Python.gitignore 1.0 KB
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
E
Edson Dota 已提交
54
local_settings.py
J
Jordi Llonch 已提交
55

H
Harrison G 已提交
56 57 58
# Flask instance folder
instance/

C
Capi Etheriel 已提交
59 60 61
# Scrapy stuff:
.scrapy

J
Jordi Llonch 已提交
62 63
# Sphinx documentation
docs/_build/
64 65 66

# PyBuilder
target/
R
Richard K 已提交
67

H
Harrison G 已提交
68
# IPython Notebook
69
.ipynb_checkpoints
70

R
Richard K 已提交
71 72
# pyenv
.python-version
73

74 75
# celery beat schedule file
celerybeat-schedule
76

R
roll 已提交
77 78
# dotenv
.env
79

80 81 82 83
# virtualenv
venv/
ENV/

84 85
# Spyder project settings
.spyderproject
G
Greg Trahair 已提交
86 87 88

# Rope project settings
.ropeproject