# Git .git .gitignore .gitea # Documentation *.md LICENSE docs/ # IDE and editors .vscode/ .idea/ *.swp *.swo *~ # Python artifacts __pycache__/ *.py[cod] *$py.class .pytest_cache/ .venv/ venv/ .env *.egg-info/ dist/ build/ # OS files .DS_Store Thumbs.db # Build logs *.log *.tmp # Local development Makefile .goreleaser.yml # Don't ignore these (explicitly include) !ray-serve/ !dockerfiles/