# Docker build context ignore

# Git
.git
.gitignore
.gitattributes

# Build outputs
bin
obj
*.dll
*.exe

# IDE
.vs
.vscode
*.sln.user
.idea

# Test results
TestResults
coverage

# Temp files
*.tmp
*.temp
*.log
*.bak

# OS
.DS_Store
Thumbs.db

# Node (if any)
node_modules
npm-debug.log

# Python (if any)
__pycache__
*.pyc
venv

# Documentation
*.md
docs

# CI/CD
.github
.gitlab-ci.yml
Jenkinsfile

# Package managers
packages
nuget.config
