# Ignore all Dockerfiles
**/*dockerfile

# Ignore configuration files
.gitignore
.gitmodules
.editorconfig
.vscode/

# Ignore git
**/.git
