Python.gitignore 1.3 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
.Python
11 12 13
build/
develop-eggs/
dist/
14
downloads/
15
eggs/
16
.eggs/
17 18 19 20 21
lib/
lib64/
parts/
sdist/
var/
R
Rolando Espinoza 已提交
22
wheels/
23
share/python-wheels/
24
*.egg-info/
25
.installed.cfg
26
*.egg
S
Shiwei Sun 已提交
27
MANIFEST
28

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

35 36
# Installer logs
pip-log.txt
37
pip-delete-this-directory.txt
38 39

# Unit test / coverage reports
H
hugovk 已提交
40
htmlcov/
41
.tox/
42
.nox/
43
.coverage
44
.coverage.*
S
Sam Clements 已提交
45
.cache
46
nosetests.xml
C
Changjian Gao 已提交
47
coverage.xml
Y
Younggun Kim 已提交
48
*.cover
H
Hugo 已提交
49
.hypothesis/
50
.pytest_cache/
51

52
# Translations
53
*.mo
54
*.pot
K
Kevin Deldycke 已提交
55

C
Carl Suster 已提交
56 57
# Django stuff:
*.log
E
Edson Dota 已提交
58
local_settings.py
59
db.sqlite3
J
Jordi Llonch 已提交
60

2
2Cubed 已提交
61
# Flask stuff:
H
Harrison G 已提交
62
instance/
2
2Cubed 已提交
63
.webassets-cache
H
Harrison G 已提交
64

C
Capi Etheriel 已提交
65 66 67
# Scrapy stuff:
.scrapy

J
Jordi Llonch 已提交
68 69
# Sphinx documentation
docs/_build/
70 71 72

# PyBuilder
target/
R
Richard K 已提交
73

74
# Jupyter Notebook
75
.ipynb_checkpoints
76

A
amigcamel 已提交
77
# IPython
78
profile_default/
A
amigcamel 已提交
79 80
ipython_config.py

R
Richard K 已提交
81 82
# pyenv
.python-version
83

84 85
# celery beat schedule file
celerybeat-schedule
86

P
Pedro M. Sosa 已提交
87
# SageMath parsed files
88 89
*.sage.py

90
# Environments
R
roll 已提交
91
.env
M
Max 已提交
92
.venv
93
env/
94 95
venv/
ENV/
J
jwg4 已提交
96 97
env.bak/
venv.bak/
98

99 100
# Spyder project settings
.spyderproject
101
.spyproject
G
Greg Trahair 已提交
102 103 104

# Rope project settings
.ropeproject
105 106

# mkdocs documentation
107
/site
B
Brett Cannon 已提交
108 109 110

# mypy
.mypy_cache/
111
.dmypy.json
112
dmypy.json
113 114 115

# Pyre type checker
.pyre/