aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0e72c5c49bb8d874c2e12c78ca54bfb73b30fdfa (plain)
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
*~
\#*\#

.repl-*
.nrepl-*

.lein-*
*.gcode
*.scad
/target
.idea/
.DS_Store
*.FCStd1
debug_*
*/__pycache__/*
*~$*
things/
.DS_Store
things/*.scad
things/*.step
things/*.stl
*.3mf
*.dxf

*/.venv/*