# Git
.git
.gitignore
.gitattributes

# Docker
docker-compose.yaml
.dockerignore

# Documentation
README.md
*.md

# Environment
.env
.env.example
