# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bot

# Test files
*_test.go
*.test

# Build artifacts
*.out

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Docker
docker-compose.yml
docker-compose.dev.yml
Dockerfile
.dockerignore

# Documentation
*.md
LICENSE

# Environment
.env
.env.*
