# emacs + vi backup files
*~
.*.sw*

# various IDE junk
*.ipr
*.iml
*.iws
.project
.classpath
.settings
.nrepl-port
.vscode

target
classes
it-repo
tmp
.cpcache
.externalToolBuilders
.eastwood
# for kondo and lsp caches
.cache

# a spot for fiddly stuff you want to keep but not commit
/fiddle
