-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitignore
170 lines (170 loc) · 1.93 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
*$py.class
*.bridgesupport
*.cover
*.css.map
*.egg
*.egg-info/
*.gem
*.lcov
*.log
*.log
*.manifest
*.mo
*.pid
*.pid.lock
*.pot
*.py,cover
*.py[cod]
*.rbc
*.sage.py
*.sass.map
*.scss.map
*.seed
*.so
*.spec
*.tgz
*.tsbuildinfo
.DS_Store
.Python
.bundle/
.byebug_history
.cache
.cache/
.coverage
.coverage.*
.dat*
.dmypy.json
.docusaurus
.dynamodb/
.eggs/
.env
.env.development.local
.env.local
.env.production.local
.env.test.local
.eslintcache
.fusebox/
.grunt
.hypothesis/
.installed.cfg
.ipynb_checkpoints
.jekyll-cache/
.jekyll-metadata
.lock-wscript
.mypy_cache/
.next
.node_repl_history
.nox/
.npm
.nuxt
.nyc_output
.parcel-cache
.pdm.toml
.pnp.*
.pnpm-debug.log*
.pybuilder/
.pyre/
.pytest_cache/
.pytype/
.repl_history
.ropeproject
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.rvmrc
.sass-cache/
.scrapy
.serverless/
.spyderproject
.spyproject
.stylelintcache
.temp
.tern-port
.tox/
.venv
.vscode-test
.vuepress/dist
.webassets-cache
.yarn-integrity
.yarn/build-state.yml
.yarn/cache
.yarn/install-state.gz
.yarn/unplugged
/.bundle/
/.config
/.yardoc/
/InstalledFiles
/_yardoc/
/coverage/
/doc/
/lib/bundler/man/
/pkg/
/rdoc/
/site
/spec/examples.txt
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/vendor/bundle
ENV/
MANIFEST
Thumbs.db
__pycache__/
__pypackages__/
_site/
bower_components
build-iPhoneOS/
build-iPhoneSimulator/
build/
build/Release
celerybeat-schedule
celerybeat.pid
cover/
coverage
coverage.xml
cython_debug/
db.sqlite3
db.sqlite3-journal
develop-eggs/
dist
dist/
dmypy.json
docs/_build/
downloads/
eggs/
env.bak/
env/
htmlcov/
instance/
ipython_config.py
jspm_packages/
lerna-debug.log*
lib-cov
lib/
lib64/
local_settings.py
logs
node_modules/
nosetests.xml
npm-debug.log*
out
package-lock.json
parts/
pids
pip-delete-this-directory.txt
pip-log.txt
profile_default/
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
sdist/
share/python-wheels/
target/
var/
vendor/
venv.bak/
venv/
web_modules/
wheels/
yarn-debug.log*
yarn-error.log*