Diff of /.gitignore [000000] .. [7823dd]

Switch to unified view

a b/.gitignore
1
.last_checked
2
.gitconfig
3
*.bak
4
*.log
5
*~
6
~*
7
_tmp*
8
tmp*
9
tags
10
11
# Byte-compiled / optimized / DLL files
12
__pycache__/
13
*.py[cod]
14
*$py.class
15
16
# C extensions
17
*.so
18
19
# Distribution / packaging
20
.Python
21
env/
22
_build/
23
build/
24
develop-eggs/
25
dist/
26
downloads/
27
eggs/
28
.eggs/
29
lib/
30
lib64/
31
parts/
32
sdist/
33
var/
34
wheels/
35
*.egg-info/
36
.installed.cfg
37
*.egg
38
39
# PyInstaller
40
#  Usually these files are written by a python script from a template
41
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
42
*.manifest
43
*.spec
44
45
# Installer logs
46
pip-log.txt
47
pip-delete-this-directory.txt
48
49
# Unit test / coverage reports
50
htmlcov/
51
.tox/
52
.coverage
53
.coverage.*
54
.cache
55
nosetests.xml
56
coverage.xml
57
*.cover
58
.hypothesis/
59
60
# Translations
61
*.mo
62
*.pot
63
64
# Django stuff:
65
*.log
66
local_settings.py
67
68
# Flask stuff:
69
instance/
70
.webassets-cache
71
72
# Scrapy stuff:
73
.scrapy
74
75
# Sphinx documentation
76
docs/_build/
77
78
# PyBuilder
79
target/
80
81
# Jupyter Notebook
82
.ipynb_checkpoints
83
84
# pyenv
85
.python-version
86
87
# celery beat schedule file
88
celerybeat-schedule
89
90
# SageMath parsed files
91
*.sage.py
92
93
# dotenv
94
.env
95
96
# virtualenv
97
.venv
98
venv/
99
ENV/
100
101
# Spyder project settings
102
.spyderproject
103
.spyproject
104
105
# Rope project settings
106
.ropeproject
107
108
# mkdocs documentation
109
/site
110
111
# mypy
112
.mypy_cache/
113
114
.vscode
115
*.swp
116
117
# osx generated files
118
.DS_Store
119
.DS_Store?
120
.Trashes
121
ehthumbs.db
122
Thumbs.db
123
.idea
124
125
# pytest
126
.pytest_cache
127
128
# tools/trust-doc-nbs
129
docs_src/.last_checked
130
131
# symlinks to fastai
132
docs_src/fastai
133
tools/fastai
134
135
# link checker
136
checklink/cookies.txt
137
138
# .gitconfig is now autogenerated
139
.gitconfig