# Git .git .gitignore .gitattributes # Documentation README.md *.md # Docker .dockerignore docker-compose.override.yml # IDE .vscode .idea *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log # Temporary files *.tmp *.temp