# Environment variables
.env

# Air temp dir
tmp/

# Binaries
main
bin/
*.exe
*.out

Makefile
docker-compose.local.yml
docker-compose.yaml
Dockerfile.local
# Go build cache
.gocache/
vendor

# Logs & reports
*.log
*.txt
coverage/

# IDE / editor files
.vscode/
.idea/
*.swp
