# Docker ignore patterns
.git
.gitignore
README.md
.dockerignore
.env
.venv*
*.log
tmp/
temp/
.DS_Store
# Go build artifacts
facr-scraper
*.exe
*.dll
*.so
*.dylib
# Test files
*_test.go
# IDE files
.vscode
.idea
*.swp
*.swo
# Node modules (if any)
node_modules/
