# General good ideas to ignore
.idea
.git
.cache

# Builds
*build*
target/

# docker build files (so just changing them does not invalidate *all* caches)
.dockerignore
Dockerfile
