# Git .git .gitignore .gitattributes # Docker docker-compose*.yml Dockerfile .dockerignore .env .env.* # IDE .vs .vscode .idea *.user *.suo # Build outputs **/bin/ **/obj/ **/out/ artifacts/ # NuGet *.nupkg *.snupkg packages/ # Tests **/TestResults/ # Documentation *.md docs/ .github/ # Rider .idea/ # OS .DS_Store Thumbs.db # Scripts (not needed in container) scripts/ # Docker configs (not needed in container) docker/