# Ignore these files for docker build context
# Binaries
server
billai-server
*.exe
*.dll

# Dependencies (if any are local and not in go.mod/go.sum, unlikely for Go)
vendor/

# Logs and outputs
*.log
outputs/
uploads/

# IDE config
.idea/
.vscode/

# Git
.git/
.gitignore

# OS
.DS_Store
