.DS_Store

# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Local-only symlink to the WandBSwarm repo
WandBSwarm
