# Build artifacts bin/ data/ logs/ # Git .git/ .gitignore # Docker Dockerfile* docker-compose*.yml .dockerignore # Documentation *.md docs/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Temporary files *.tmp *.temp *~ # Test files *_test.go e2e/ # Examples (optional - remove if you want to include them) examples/