-
Notifications
You must be signed in to change notification settings - Fork 178
/
.gitignore
executable file
·165 lines (135 loc) · 2.57 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pytest_cache
**/.python-version
# C extensions
*.so
# Distribution / packaging
.Python
venv/
env/
.env/
# Generated files for local API server config paths
api/.env
api/index.json
.opentrons_config
# MyPy caches
.mypy_cache
build/
!app-shell/build
api/docs/build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
pyinstaller/build
pyinstaller/dist
# Crossbar
# Usually these files are written by the Crossbar server
*.priv
*.pub
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# node packages
node_modules
package-lock.json
# Unit test / coverage reports
htmlcov/
.tox/
coverage
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
docs/build/
# PyBuilder
target/
.idea/
.setup_litter
# Accidental pipenv files in root
/Pipfile
/Pipfile.lock
# Testing
api/tests/opentrons/data/configs/
api/tests/opentrons/data/labware-def/
api/opentrons/config/*.json
sample_protocol.py
api/opentrons/server/endpoints/ignore.json
labware-library/cypress/screenshots/
labware-library/cypress/videos/
protocol-designer/cypress/screenshots/
protocol-designer/cypress/videos/
protocol-designer/benchmarks/output
# Local Calibration Data
calibrations/
*/calibrations
# SDK logs
*.log
*.log.*
# app api assets
*.pid
*.DS_Store
.ipynb_checkpoints
*.ipynb
# local IDE configs
.vscode
*.code-workspace
*.sublime-project
*.sublime-workspace
# TODO(mc, 2020-10-30): remove this ignore when we need pyproject.toml
# recent versions of setuptools create pyproject.toml automatically
# we're ignoring the file for now to avoid confusion
api/pyproject.toml
robot-server/pyproject.toml
update-server/pyproject.toml
shared-data/python/pyproject.toml
hardware/pyproject.toml
# These are autogenerated by sdist generation for some reason and really
# don't need to exist since they're just copies of the top level license
# file
api/LICENSE
update-server/LICENSE
shared-data/python/LICENSE
shared-data/LICENSE
robot-server/LICENSE
performance-metrics/LICENSE
# typescript incremental files
*.tsbuildinfo
# Static storybook build artifacts
storybook-static/
# api client type caches
api-client/lib
react-api-client/lib
#tarball of source files to send to ODD when pushing
opentrons-robot-app.tar.gz
# local VERSION.json file when pushing to Flex
*new_version_file.json
# ignore linux swap files
*.swp
# asdf versions file
.tool-versions
mock_dir
.npm-cache/
.eslintcache