# Git
.git
.gitignore

# Env and secrets
.env

# Build artifacts
*.exe
shop
/vendor/

# Docs and dev
README.md
scripts/
