# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Binaries names
main
gotography
dist/
test/

# Test binary, built with 'go test -c'
*.test

# Output of the go coverage tool
coverage.out
coverage.html

# Go workspace file
go.work

# Draw.io
*.drawio.bkp
*.drawio.dtmp

# Python venv
venv/
.venv/
env/
.env/
