-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
52 lines (50 loc) · 1.23 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
# Created by .ignore support plugin (hsz.mobi)
.DS_Store
.gitignore
.idea/
Mr_Beam.egg-info/
octoprint_mrbeam/__init__.pyc
octoprint_mrbeam/comm_acc2.pyc
octoprint_mrbeam/gcodegenerator/__init__.pyc
octoprint_mrbeam/gcodegenerator/bezmisc.pyc
octoprint_mrbeam/gcodegenerator/color2intensity.pyc
octoprint_mrbeam/gcodegenerator/cspsubdiv.pyc
octoprint_mrbeam/gcodegenerator/cubicsuperpath.pyc
octoprint_mrbeam/gcodegenerator/ffgeom.pyc
octoprint_mrbeam/gcodegenerator/img2gcode.pyc
octoprint_mrbeam/gcodegenerator/infill_generator.pyc
octoprint_mrbeam/gcodegenerator/inkex.pyc
octoprint_mrbeam/gcodegenerator/machine_settings.pyc
octoprint_mrbeam/gcodegenerator/mrbeam.pyc
octoprint_mrbeam/gcodegenerator/simplepath.pyc
octoprint_mrbeam/gcodegenerator/simplestyle.pyc
octoprint_mrbeam/gcodegenerator/simpletransform.pyc
octoprint_mrbeam/printer.pyc
octoprint_mrbeam/profile.pyc
octoprint_mrbeam/.jshintrc
octoprint_mrbeam/static/messages/test_messages.json
*.pyc
*.swp
.idea
*.iml
build
dist
*.egg*
.DS_Store
*.zip
nbproject
.directory
plugvenv/
venv/
**/node_modules
# Pytest files
tests/rsc/camera/debug/[^R]*
tests/rsc/camera/out.jpg
tests/logs/*.txt
*pytest-logs.txt
# node modules
node_modules
# Cypress
cypress/screenshots
cypress/videos
cypress/results