Diff of /ehrkit/.gitignore [000000] .. [2d4573]

Switch to unified view

a b/ehrkit/.gitignore
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3
*.py[cod]
4
*$py.class
5
.DS_Store
6
7
*.ipynb
8
9
# C extensions
10
*.so
11
12
# Distribution / packaging
13
.Python
14
build/
15
develop-eggs/
16
dist/
17
downloads/
18
eggs/
19
.eggs/
20
lib/
21
lib64/
22
parts/
23
sdist/
24
var/
25
wheels/
26
*.egg-info/
27
.installed.cfg
28
*.egg
29
MANIFEST
30
31
# PyInstaller
32
#  Usually these files are written by a python script from a template
33
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
34
*.manifest
35
*.spec
36
37
# Installer logs
38
pip-log.txt
39
pip-delete-this-directory.txt
40
41
# Unit test / coverage reports
42
htmlcov/
43
.tox/
44
.coverage
45
.coverage.*
46
.cache
47
nosetests.xml
48
coverage.xml
49
*.cover
50
.hypothesis/
51
.pytest_cache/
52
53
# Translations
54
*.mo
55
*.pot
56
57
# Django stuff:
58
*.log
59
local_settings.py
60
db.sqlite3
61
62
# Flask stuff:
63
instance/
64
.webassets-cache
65
66
# Scrapy stuff:
67
.scrapy
68
69
# Sphinx documentation
70
docs/_build/
71
72
# PyBuilder
73
target/
74
75
# Jupyter Notebook
76
.ipynb_checkpoints
77
78
# pyenv
79
.python-version
80
81
# celery beat schedule file
82
celerybeat-schedule
83
84
# SageMath parsed files
85
*.sage.py
86
87
# Environments
88
.env
89
.venv
90
env/
91
venv/
92
ENV/
93
env.bak/
94
venv.bak/
95
96
# Spyder project settings
97
.spyderproject
98
.spyproject
99
100
# Rope project settings
101
.ropeproject
102
103
# mkdocs documentation
104
/site
105
106
# mypy
107
.mypy_cache/