-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
153 lines (119 loc) · 2.3 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
# Byte-compiled / optimized / DLL files
ML-Model/__pycache__/
ML-Model/*.py[cod]
ML-Model/*$py.class
ML-Model/training_dataset
ML-Model/inception
ML-Model/tf_files
ML-Model/input
ML-Model/result.xlsx
# C extensions
ML-Model/*.so
# Distribution / packaging
ML-Model/.Python
ML-Model/env/
ML-Model/build/
ML-Model/develop-eggs/
ML-Model/dist/
ML-Model/downloads/
ML-Model/eggs/
ML-Model/.eggs/
ML-Model/lib/
ML-Model/lib64/
ML-Model/parts/
ML-Model/sdist/
ML-Model/var/
ML-Model/wheels/
ML-Model/*.egg-info/
ML-Model/.installed.cfg
ML-Model/*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
ML-Model/*.manifest
ML-Model/*.spec
# Installer logs
ML-Model/pip-log.txt
ML-Model/pip-delete-this-directory.txt
# Unit test / coverage reports
ML-Model/htmlcov/
ML-Model/.tox/
ML-Model/.coverage
ML-Model/.coverage.*
ML-Model/.cache
ML-Model/nosetests.xml
ML-Model/coverage.xml
ML-Model/*.cover
ML-Model/.hypothesis/
# Translations
ML-Model/*.mo
ML-Model/*.pot
# Django stuff:
ML-Model/*.log
ML-Model/local_settings.py
# Flask stuff:
ML-Model/instance/
ML-Model/.webassets-cache
# Scrapy stuff:
ML-Model/.scrapy
# Sphinx documentation
ML-Model/docs/_build/
# PyBuilder
ML-Model/target/
# Jupyter Notebook
ML-Model/.ipynb_checkpoints
# pyenv
ML-Model/.python-version
# celery beat schedule file
ML-Model/celerybeat-schedule
# SageMath parsed files
ML-Model/*.sage.py
# dotenv
ML-Model/.env
# virtualenv
ML-Model/.venv
ML-Model/venv/
ML-Model/ENV/
# Spyder project settings
ML-Model/.spyderproject
ML-Model/.spyproject
# Rope project settings
ML-Model/.ropeproject
# mkdocs documentation
ML-Model//site
# mypy
ML-Model/.mypy_cache/
ML-Model/dataset-original.zip
ML-Model/dataset-original
# web app stuff
# dependencies
WebApp/node_modules
# testing
WebApp/coverage
# production
WebApp/build
# misc
WebApp/.DS_Store
# env
WebApp/.env
WebApp/.env.development
WebApp/.env.production
WebApp/.env.local
WebApp/.env.development.local
WebApp/.env.test.local
WebApp/.env.production.local
# log
WebApp/npm-debug.log*
WebApp/yarn-debug.log*
WebApp/yarn-error.log*
# firebase
WebApp/.firebase
WebApp/.firebaserc
# dependencies
camera/node_modules
camera/.pnp
camera/.pnp.js
# testing
camera/coverage
# production
camera/build