# do not include the binary
**/build/

# do not include unnecesary files such as:
# log .txt s
**/*.txt
# launchers
**/*.sh
# docker-compose volumes
app-data/*_db

*.env
