Python.gitignore 1.2 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
*.egg-info/
24
.installed.cfg
25
*.egg
S
Shiwei Sun 已提交
26
MANIFEST
27

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

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

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

50
# Translations
51
*.mo
52
*.pot
K
Kevin Deldycke 已提交
53

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

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

C
Capi Etheriel 已提交
63 64 65
# Scrapy stuff:
.scrapy

J
Jordi Llonch 已提交
66 67
# Sphinx documentation
docs/_build/
68 69 70

# PyBuilder
target/
R
Richard K 已提交
71

72
# Jupyter Notebook
73
.ipynb_checkpoints
74

R
Richard K 已提交
75 76
# pyenv
.python-version
77

78 79
# celery beat schedule file
celerybeat-schedule
80

P
Pedro M. Sosa 已提交
81
# SageMath parsed files
82 83
*.sage.py

84
# Environments
R
roll 已提交
85
.env
M
Max 已提交
86
.venv
87
env/
88 89
venv/
ENV/
J
jwg4 已提交
90 91
env.bak/
venv.bak/
92

93 94
# Spyder project settings
.spyderproject
95
.spyproject
G
Greg Trahair 已提交
96 97 98

# Rope project settings
.ropeproject
99 100

# mkdocs documentation
101
/site
B
Brett Cannon 已提交
102 103 104

# mypy
.mypy_cache/
105
.dmypy.json
106 107
dmypy.json