# Git .git/ .gitignore .github/ # HTTrack artifacts (not part of the actual site) hts-cache/ hts-log.txt cookies.txt index.html backblue.gif fade.gif # Documentation README.md *.md # Docker Dockerfile .dockerignore docker-compose.yml # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db